Title |
Function |
Function Name |
No |
format void MTH_InitialMatrix (MthMatrixTbl * matrixTbl, Uint16 stackSize, MthMatrix * matrix) Input matrixTbl: Matrix table : stackSize: Maximum number of entries in the matrix stack matrix matrix: Matrix stack area Output matrixTbl: Matrix table Function value None Function Initializes the matrix table.
Title |
Function |
Function Name |
No |
format void MTH_ClearMatrix (MthMatrixTbl * matrixTbl) Input matrixTbl: Matrix table Output None Function value None Function Clears the current matrix in the matrix stack to the unit matrix.
Title |
Function |
Function Name |
No |
format void MTH_PushMatrix (MthMatrixTbl * matrixTbl) Input matrixTbl: Matrix table Output None Function value None Function Push the current matrix.
Title |
Function |
Function Name |
No |
format void MTH_PopMatrix (MthMatrixTbl * matrixTbl) Input matrixTbl: Matrix table Output None Function value None Function Pops the current matrix.