ANIMA
4.0
|
Go to the source code of this file.
Namespaces | |
anima | |
Functions | |
template<class T > | |
T | anima::Cubic (T x0, T x1, T x2, T x3, T y0, T y1, T y2, T y3, T x) |
template<class T > | |
void | anima::CubicInterpolator (std::vector< T > &transfVect, std::vector< T > &scale, std::vector< T > &outputVect, T LengthLine) |
template<class T > | |
void | anima::InverseCubicInterpolator (std::vector< T > &inputVect, std::vector< T > &outputVect, T step) |