interpolants/index library
Classes
- CubicInterpolant
- Fast and simple cubic spline interpolant.
- DiscreteInterpolant
- Interpolant that evaluates to the sample value at the position preceeding the parameter.
- Interpolant
- Abstract base class of interpolants over parametric samples.
- LinearInterpolant
-
final interpolant = LinearInterpolant( [0,0], [0,0], 1, [0] ); interpolant.evaluate( 0.5 );
- QuaternionLinearInterpolant
- Spherical linear unit quaternion interpolant.