Home | History | Annotate | Download | only in test

Lines Matching defs:PointType

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);
265 PointType derivative = spline.derivatives(knots(i), 1).col(1);
266 PointType referenceDerivative = derivatives.col(i);