#include <matrix.h>
Public Member Functions | |
matrix3 & | operator= (const matrix3 &q) |
matrix3 | operator+ (const matrix3 &q) |
matrix3 | operator- (const matrix3 &q) |
matrix3 | operator* (const float scalar) |
vec3 | operator* (const vec3 &vec) |
matrix3 | operator* (const matrix3 &q) |
void | star (vec3 &vector) |
void | normalize () |
matrix3 | transpose () |
Public Attributes | |
float | m [9] |
void matrix3::normalize | ( | ) |
matrix3 matrix3::operator* | ( | const float | scalar | ) |
void matrix3::star | ( | vec3 & | vector | ) |
matrix3 matrix3::transpose | ( | ) |
float matrix3::m[9] |