|
Classes |
class | TMatrix4x4 |
| Template class for 4x4 matrix. More...
|
Typedefs |
typedef TMatrix4x4< double > | Matrix4x4d |
typedef TMatrix4x4< float > | Matrix4x4f |
Functions |
TMatrix4x4< T_TO > | gml::TMatrix4x4::Conv (const TMatrix4x4< T_FROM > &u) |
| Convert TMatrix4x4<T_FROM> to TMatrix4x4<T_TO>.
|
TMatrix4x4< float > | gml::TMatrix4x4::ConvF (const TMatrix4x4< T > &u) |
| Convert TMatrix4x4<T> to TMatrix4x4<float>.
|
TMatrix4x4< double > | gml::TMatrix4x4::ConvD (const TMatrix4x4< T > &u) |
| Convert TMatrix4x4<T> to TMatrix4x4<double>.
|