#include "global.h"#include "MercuryMath.h"Go to the source code of this file.
Classes | |
| class | MercuryMatrix |
| General Purpose 4x4 row-major matrix. More... | |
Functions | |
| void | TransposeMatrix (const MercuryMatrix &in, MercuryMatrix &out) |
Variables | |
| MercuryMatrix | M_ALIGN |
| General Purpose 4x4 row-major matrix. | |
| void TransposeMatrix | ( | const MercuryMatrix & | in, | |
| MercuryMatrix & | out | |||
| ) |
Definition at line 214 of file MercuryMatrix.cpp.
| class MercuryMatrix M_ALIGN |
General Purpose 4x4 row-major matrix.