MIRA
|
1D cubic Hermite spline interpolator. More...
#include <math/CRSplineInterpolator.h>
Public Member Functions | |
bool | canExtrapolate () const |
int | samples () const |
int | samplesBefore () const |
int | samplesAfter () const |
template<typename Tx , typename Ty , typename ContainerTx , typename ContainerTy > | |
Ty | apply (const ContainerTx &x, const ContainerTy &y, const Tx &xx) |
1D cubic Hermite spline interpolator.
Tangents in the control nodes are computed according to Catmull-Rom-Spline (CRSpline).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |