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


void
Matrix function

slGetMatrix

Copy current matrix to specified matrix

Format

void slGetMatrix(mtptr)
MATRIX mtptr ;

Parameter

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

Function

Copies the current matrix to the specified matrix.

Return value

None

Remarks

Example of use)
     MATRIX may ;
     slGetMatrix(mat) ;
     slPrintMatrix(mat , slLocate(3 , 4)) ;

Reference: Chapter 5 Matrix

slGetMatrix


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