Class | Description |
---|---|
CubicHermiteSpline1d |
Implements one dimensional cubic Hermite spline interpolation in the
x/y plane. |
CubicHermiteSpline1d.Knot |
Describes a single knot for a specific value of x.
|
CubicHermiteSpline1dTest | |
CubicSpline |
A cardinal hermation Spline Interpolation method.
|
Interpolation |
Describes how a numeric list should be interpolated.
|
NumericList |
A linked list of vector values arranged in order with respect to a parameter
t.
|
NumericListKnot |
A vector and associated scalar value t that forms a single knot in a numeric
list.
|
ParabolicInterpolation |
Written to provide interpolation of a path based on three knot points.
|
Enum | Description |
---|---|
Interpolation.Order |
Order of the interpolation.
|