Lines Matching refs:knots
38 RowVectorXd knots(12); in closed_spline2d() local
39 knots << 0, in closed_spline2d()
63 return Spline<double, 2, Dynamic>(knots, ctrls); in closed_spline2d()
69 RowVectorXd knots(11); in spline3d() local
70 knots << 0, in spline3d()
93 return Spline<double, 3, Dynamic>(knots, ctrls); in spline3d()
138 RowVectorXd u = spline.knots(); in eval_spline3d_onbrks()
248 KnotVectorType knots; in check_global_interpolation_with_derivatives2d() local
249 Eigen::ChordLengths(points, knots); in check_global_interpolation_with_derivatives2d()
262 PointType point = spline(knots(i)); in check_global_interpolation_with_derivatives2d()
265 PointType derivative = spline.derivatives(knots(i), 1).col(1); in check_global_interpolation_with_derivatives2d()