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


void
Matrix function

slLoadMatrix

Copy specified matrix to current matrix

Format

void slLoadMatrix(mtptr)
MATRIX mtptr ;

Parameter

mtptr Start address of MATRIX type variable to be copied (output)

Function

Copies the specified matrix to the current matrix.

Return value

None

Reference: Chapter 5 Matrix

slLoadMatrix


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