|
Jagguar Game Engine
|
Public Member Functions | |
| Matrix3D (float n00, float n01, float n02, float n10, float n11, float n12, float n20, float n21, float n22) | |
| Matrix3D (const Vec2D &a, const Vec2D &b, const Vec2D &c) | |
| float & | operator() (int i, int j) |
| const float & | operator() (int i, int j) const |
| Vec2D & | operator[] (int j) |
| const Vec2D & | operator[] (int j) const |
Private Attributes | |
| float | n [3][3] |