|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Header for 3x3 matrix class. More...


Go to the source code of this file.
Classes | |
| class | AeonGames::Matrix3x3 |
| 3 by 3 matrix in colum mayor order. More... | |
Namespaces | |
| namespace | AeonGames |
| <- This is here just for the literals | |
Functions | |
| DLL const Matrix3x3 | AeonGames::operator* (const Matrix3x3 &lhs, const Matrix3x3 &rhs) |
| Multiplies two 3x3 matrices. Multiplies two 3x3 matrices. | |
| DLL const Vector3 | AeonGames::operator* (const Matrix3x3 &lhs, const Vector3 &rhs) |
| Multiply a 3x3 matrix by a 3D vector. | |
| DLL const bool | AeonGames::operator== (const Matrix3x3 &lhs, const Matrix3x3 &rhs) |
| Compare two 3x3 matrices for equality. | |
| DLL const Matrix3x3 | AeonGames::Abs (const Matrix3x3 &aMatrix3x3) |
| Compute the element-wise absolute value of a matrix. | |