Module splines

Source
Expand description

Toolset to create one dimensional spline curves.

Structs§

PPSpline
A piecewise polynomial spline of given order and knot sequence.
PPSplineDual
Definitive Dual type variant of a PPSpline.
PPSplineDual2
Definitive Dual2 type variant of a PPSpline.
PPSplineF64
Definitive f64 type variant of a PPSpline.

Functions§

bspldnev_single_dual
Evaluate the m’th order derivative of the x value on the i’th B-spline with order k and knot sequence t.
bspldnev_single_dual2
Evaluate the m’th order derivative of the x value on the i’th B-spline with order k and knot sequence t.
bspldnev_single_f64
Evaluate the m’th order derivative of the x value on the i’th B-spline with order k and knot sequence t.
bsplev_single_dual
Evaluate the x value on the i’th B-spline with order k and knot sequence t.
bsplev_single_dual2
Evaluate the x value on the i’th B-spline with order k and knot sequence t.
bsplev_single_f64
Evaluate the x value on the i’th B-spline with order k and knot sequence t.