Return to previous page | Return to menu | Go to next page


void
Matrix function

slUnitMatrix

Make the specified matrix a unit matrix

Format

void slUnitMatrix(mtptr)
MATRIX mtptr ;

Parameter

mtptr Start address of MATRIX type variable to be unit matrix (input)

Function

Makes the specified matrix a unit matrix.
If CURRENT is specified for the parameter, the current matrix is ​​changed to the unit matrix.

Return value

None

Reference: Chapter 5 Matrix

slUnitMatrix


Return to previous page | Return to menu | Go to next page