BsInterpolate Constructor |
Name | Description | |
---|---|---|
BsInterpolate(Double, Double) |
Constructs a B-spline that interpolates the given data points. The
computed B-spline will be order 4 (cubic) and have a default
"not-a-knot" spline knot sequence.
| |
BsInterpolate(Double, Double, Int32) |
Constructs a B-spline that interpolates the given data points and
order, using a default "not-a-knot" spline knot sequence.
| |
BsInterpolate(Double, Double, Int32, Double) |
Constructs a B-spline that interpolates the given data points, using
the specified order and knots.
|