Searched refs:PointType (Results 1 – 3 of 3) sorted by relevance
199 typedef Spline2d::PointType PointType; in check_global_interpolation2d() typedef214 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d()215 PointType ref = points.col(i); in check_global_interpolation2d()226 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d()227 PointType ref = points.col(i); in check_global_interpolation2d()
43 typedef typename SplineTraits<Spline>::PointType PointType; typedef91 PointType operator()(Scalar u) const;261 …typename Spline<_Scalar, _Dim, _Degree>::PointType Spline<_Scalar, _Dim, _Degree>::operator()(Scal… in operator()
45 typedef Array<Scalar,Dimension,1> PointType;