Return to previous page | Return to menu | Go to next page
void
Matrix function
Make the specified matrix a unit matrix
void slUnitMatrix(mtptr)
MATRIX mtptr ;
mtptr Start address of MATRIX type variable to be unit matrix (input)
Makes the specified matrix a unit matrix.
If CURRENT is specified for the parameter, the current matrix is changed to the unit matrix.
None
Reference: Chapter 5 Matrix
slUnitMatrix