#include <misc.hpp>
Public Methods | |
matrix9f () | |
void | LoadZero (void) |
void | LoadIdentity (void) |
void | RotateX (int deg) |
void | RotateY (int deg) |
void | RotateZ (int deg) |
matrix9f & | operator= (const matrix9f &m1) |
matrix9f | Transpose (void) |
matrix9f | Inverse (void) |
Public Attributes | |
float | matrix [9] |
Friends | |
matrix9f | Star (vector3f a) |
matrix9f | operator+ (const matrix9f &m1, const matrix9f &m2) |
matrix16f | operator+ (const matrix16f &m1, const matrix9f &m2) |
matrix9f | operator- (const matrix9f &m1, const matrix9f &m2) |
matrix9f | operator * (const matrix9f &m1, const float scalar) |
matrix9f | operator * (const matrix9f &m1, const matrix9f &m2) |
vector3f | operator * (const matrix9f &m1, const vector3f &v2) |
matrix9f | operator * (const matrix9f &m1, const matrix16f &m2) |
matrix9f | operator * (const matrix16f &m1, const matrix9f &m2) |
matrix9f | operator/ (const matrix9f &m1, const float scalar) |
bool | operator== (const matrix9f &m1, const matrix9f &m2) |
The contents are puhttp://sdldoc.csn.ul.ie/sdlkey.phpblic for now.