Searched refs:PointType (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
H A Dsplines.cpp199 typedef Spline2d::PointType PointType; typedef
214 PointType pt = spline( chord_lengths(i) );
215 PointType ref = points.col(i);
226 PointType pt = spline( chord_lengths(i) );
227 PointType ref = points.col(i);
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFwd.h45 typedef Array<Scalar,Dimension,1> PointType; typedef in struct:Eigen::SplineTraits
H A DSpline.h43 typedef typename SplineTraits<Spline>::PointType PointType; typedef in class:Eigen::Spline
91 PointType operator()(Scalar u) const;
261 typename Spline<_Scalar, _Dim, _Degree>::PointType Spline<_Scalar, _Dim, _Degree>::operator()(Scalar u) const

Completed in 99 milliseconds