List of all members.
Detailed Description
template<typename T, typename I, T Func>
class sp::math::FunctionalInterpolator< T, I, Func >
The functional interpolator class can be used to make comfortable interpolations. You can pass an interpolation function as template parameter. There are several predefined functions.
- Template Parameters:
-
| T | Specifies the type of the points (e.g. float, dim::point2df, dim::vector3df etc.). |
| I | Specifies the interpolation data type. This should be a float or a double. |
| Func | Specifies the interpolation function. This can be "Lerp", "LerpParabolic" or "LerpSin". |
- See also:
- LinearInterpolator
-
ParabolicInterpolator
-
SinInterpolator
-
Lerp
-
LerpParabolic
-
LerpSin
- Since:
- Version 3.2
Constructor & Destructor Documentation
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
Member Function Documentation
template<typename T , typename I , T Func>
Returns true if the interpolation 'animation' has finished.
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
template<typename T , typename I , T Func>
The documentation for this class was generated from the following file: