|
Castor3D
..
|
Partial specialisation of Interpolator, for eINTERPOLATOR_MODE_LINEAR. More...
Inheritance diagram for Castor3D::InterpolatorT< Type, eINTERPOLATOR_MODE_LINEAR >:
Collaboration diagram for Castor3D::InterpolatorT< Type, eINTERPOLATOR_MODE_LINEAR >:Public Member Functions | |
| InterpolatorT () | |
| Constructor. More... | |
| ~InterpolatorT () | |
| Destructor. More... | |
| Type | Interpolate (Type const &p_src, Type const &p_dst, real p_percent) const |
| Interpolation function. More... | |
Public Member Functions inherited from Castor3D::Interpolator< Type > | |
| Interpolator () | |
| Constructor. More... | |
| ~Interpolator () | |
| Destructor. More... | |
Partial specialisation of Interpolator, for eINTERPOLATOR_MODE_LINEAR.
|
inline |
Constructor.
|
inline |
Destructor.
|
inlinevirtual |
Interpolation function.
| [in] | p_src | The start. |
| [in] | p_dst | The end. |
| [in] | p_percent | The percentage. |
Implements Castor3D::Interpolator< Type >.
1.8.15