Return to previous page | Return to menu | Go to next page
void
Matrix function
Copy current matrix to specified matrix
void slGetMatrix(mtptr)
MATRIX mtptr ;
mtptr Start address of MATRIX type variable to be copied (input)
Copies the current matrix to the specified matrix.
None
Example of use) MATRIX may ; slGetMatrix(mat) ; slPrintMatrix(mat , slLocate(3 , 4)) ;
Reference: Chapter 5 Matrix
slGetMatrix