Data Structures | |
| class | 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. | |
1.4.5