Castor3D
..
|
Class which handles the Quaternion linear interpolations. More...
Public Member Functions | |
InterpolatorT () | |
Constructor. More... | |
~InterpolatorT () | |
Destructor. More... | |
Castor::Quaternion | Interpolate (Castor::Quaternion const &p_src, Castor::Quaternion const &p_dst, real p_percent) const |
Interpolation function. More... | |
Public Member Functions inherited from Castor3D::Interpolator< Castor::Quaternion > | |
Interpolator () | |
Constructor. More... | |
~Interpolator () | |
Destructor. More... | |
Class which handles the Quaternion linear interpolations.
|
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< Castor::Quaternion >.