| 
 | 
#include <math.h>
#include "Matrix.h"
Include dependency graph for MatrixTypes.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Compounds | |
| class | RgbaColor | 
| class | RgbColor | 
| class | Vertex | 
| Defines | |
| #define | mfloat double | 
| Typedefs | |
| typedef SymmetricMatrix< 4, mfloat > | SymmetricMatrix4x4 | 
| typedef Matrix< 4, 4, mfloat > | Matrix4x4 | 
| typedef Matrix< 3, 3, mfloat > | Matrix3x3 | 
| typedef Matrix< 4, 4, double > | Matrix4x4d | 
| typedef Matrix< 3, 3, double > | Matrix3x3d | 
| typedef ColVector< 2, mfloat > | ColVector2 | 
| typedef ColVector< 3, mfloat > | ColVector3 | 
| typedef ColVector< 4, mfloat > | ColVector4 | 
| typedef ColVector< 2, double > | ColVector2d | 
| typedef ColVector< 3, double > | ColVector3d | 
| typedef ColVector< 4, double > | ColVector4d | 
| typedef RgbColor< float > | RgbFloat | 
| typedef RgbColor< double > | RgbDouble | 
| typedef RgbColor< unsigned char > | RgbByte | 
| typedef RgbaColor< float > | RgbaFloat | 
| typedef RgbaColor< double > | RgbaDouble | 
| typedef RgbaColor< unsigned char > | RgbaByte | 
| typedef Vertex | Vertex3d | 
Author: Matt Loper
Definition in file MatrixTypes.h.
 1.2.15
1.2.15