Classes | Namespaces

mthMatrix.h File Reference

Small compile-time and run-time linear algebra matrices. More...

Go to the source code of this file.

Classes

class  mth::Matrix< T, M, N >
 compile-time (static) matrix More...
class  mth::Matrix< T, 0, 0 >
 run-time (dynamic) matrix More...
class  mth::Matrix3x3< T >
 convenience wrapper over Matrix<T,3,3> More...

Namespaces

namespace  mth
 

All MTH functions are contained in this namespace.



Detailed Description

Small compile-time and run-time linear algebra matrices.

Definition in file mthMatrix.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines