|
Classes |
class | TMatrix2x2 |
| Template class for 2x2 matrix. More...
|
Typedefs |
typedef TMatrix2x2< double > | Matrix2x2d |
typedef TMatrix2x2< float > | Matrix2x2f |
Functions |
TMatrix2x2< T_TO > | gml::TMatrix2x2::Conv (const TMatrix2x2< T_FROM > &u) |
| Convert TMatrix2x2<T_FROM> to TMatrix2x2<T_TO>.
|
TMatrix2x2< float > | gml::TMatrix2x2::ConvF (const TMatrix2x2< T > &u) |
| Convert TMatrix2x2<T> to TMatrix2x2<float>.
|
TMatrix2x2< double > | gml::TMatrix2x2::ConvD (const TMatrix2x2< T > &u) |
| Convert TMatrix2x2<T> to TMatrix2x2<double>.
|