|
NWengine 0.9
|
Public Member Functions | |
| Matrix4 (T diag) | |
| Matrix4 (MATFLAG flag) | |
| Matrix4 | operator* (const Matrix4 &other) |
| Vector4< T > | operator* (const Vector4< T > &other) |
| void | operator*= (const Matrix4 &other) |
| T | operator() (int i, int j) |
Public Attributes | |
| T | values [16] |