Return to previous page Return to menu Go to next page

<3D matrix processing>

  Title  
Function specifications
  Function  
Matrix table initialization
Function Name
MTH_InitialMatrix
No
4

  Title  
Function specifications
  Function  
Clear current matrix
Function Name
MTH_ClearMatrix
No
5

      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 specifications
  Function  
Matrix push
Function Name
MTH_PushMatrix
No
6

      format  void MTH_PushMatrix (MthMatrixTbl * matrixTbl)
     Input  matrixTbl: Matrix table
     Output  None
     Function value  None
     Function  Push the current matrix. 

  Title  
Function specifications
  Function  
Matrix Pop
Function Name
MTH_PopMatrix
No
7

      format  void MTH_PopMatrix (MthMatrixTbl * matrixTbl)
     Input  matrixTbl: Matrix table
     Output  None
     Function value  None
     Function  Pops the current matrix. 


Return to previous page Return to menu Go to next page