Matrix.h File Reference

Defines a 3x3 matrix template class. More...

#include <cmath>
#include "Math/Point.h"
#include "Math/Vector.h"

Classes

class  Matrix< T >
 A 3x3 matrix class suited for 2D graphics. More...

Typedefs

typedef Matrix< float > Matrixf
 A Template instansiation of the 3x3 Matrix template using the float data type.
typedef Matrix< double > Matrixd
 A Template instansiation of the 3x3 Matrix template using the double data type.

Detailed Description

Defines a 3x3 matrix template class.

Author:
Joe Forte
Date:
3/27/2008

Defines a 3x3 Matrix vector template along with the most common template instansiations.

Generated on Mon Apr 5 19:08:05 2010 for BrickOut |ReDuX| by  doxygen 1.6.3