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. |
Defines a 3x3 matrix template class.
Defines a 3x3 Matrix vector template along with the most common template instansiations.