Lets the user choose between 5 interpolation methods. One simply connects dots (LinearSpline), one forms a single interpolating polynomial (Polynomial, and three of them employ piecewise cubic polynomials.
Union case | Description |
Full Usage:
AkimaSubSpline
|
|
|
Creates a spline as piecewise cubic polynomials with continuous first and second derivative at the knots.
|
|
|
Full Usage:
LinearSpline
|
|
Full Usage:
Polynomial
|
|
Full Usage:
Step
|