Mount Fuji Engine  0.8b
Data Structures | Functions
Matrix Math Class

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.
 

Detailed Description