Struct performing interpolation between two matrices. More...
Public Member Functions | |
| Interpolator (const Matrix4< T, M > &m1, const Matrix4< T, M > &m2) | |
| Create an interpolation between the specified matrices. More... | |
| template<class S > | |
| Matrix4< T, M > | operator() (S t) |
| Get the interpolated matrix. More... | |
Struct performing interpolation between two matrices.
|
inline |
Create an interpolation between the specified matrices.
References a3d::Matrix4< T, M >::separate().

|
inline |
Get the interpolated matrix.
References a3d::Matrix4< T, M >::m.
1.8.6