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