HomeSort by relevance Sort by last modified time
    Searched defs:PointType (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 47 typedef Array<Scalar,Dimension,1> PointType;
Spline.h 43 typedef typename SplineTraits<Spline>::PointType PointType;
112 PointType operator()(Scalar u) const;
297 typename Spline<_Scalar, _Dim, _Degree>::PointType Spline<_Scalar, _Dim, _Degree>::operator()(Scalar u) const
  /external/eigen/unsupported/test/
splines.cpp 203 typedef Spline2d::PointType PointType;
218 PointType pt = spline( chord_lengths(i) );
219 PointType ref = points.col(i);
230 PointType pt = spline( chord_lengths(i) );
231 PointType ref = points.col(i);
239 typedef Spline2d::PointType PointType;
262 PointType point = spline(knots(i));
263 PointType referencePoint = points.col(i)
    [all...]

Completed in 52 milliseconds