Public Types | |
| enum | Empty |
Public Member Functions | |
| const Vector3 & | operator[] (int i) const |
| Vector3 & | operator[] (int i) |
| Matrix3x3 (void) | |
| Matrix3x3 (Empty) | |
| Matrix3x3 (float e00, float e01, float e02, float e10, float e11, float e12, float e20, float e21, float e22) | |
| void | operator= (const Matrix3x3 &) |
| void | clear (void) |
| void | flushToZero (void) |
| void | ident (void) |
| bool | invert (void) |
| Vector3 | getColumn (int i) const |
| void | setColumn (int i, const Vector3 &v) |
| bool | operator== (const Matrix3x3 &n) const |
| bool | operator!= (const Matrix3x3 &n) const |
| void | operator *= (const Matrix3x3 &n) |
| void | operator *= (float f) |
| void | transpose (void) |
| void | transpose (const Matrix3x3 &src) |
| float | det (void) |
Definition at line 141 of file ssMatrix.hpp.
1.5.1-p1