Mount Fuji Engine
0.8b
|
Data Structures | |
struct | MFMatrix |
Matrix class to perform various matrix operations. More... | |
Functions | |
MFVector | ApplyMatrix (const MFVector &vector, const MFMatrix &matrix) |
Transform a vector by the matrix. | |
MFVector | ApplyMatrixH (const MFVector &vector, const MFMatrix &matrix) |
Transform a vector by the matrix. | |
MFVector | ApplyMatrix3 (const MFVector &vector, const MFMatrix &matrix) |
Transform a vector by the matrix. | |