ANIMA  4.0
Namespaces | Functions
animaCubicInterpolation.hxx File Reference
#include "animaCubicInterpolation.h"
+ Include dependency graph for animaCubicInterpolation.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 anima
 

Functions

template<class 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)