RwDuplicateMatrix(RwMatrix4d *matrix);
Description
Creates a new matrix with the same elements as matrix.
Arguments
matrix Pointer to the matrix to duplicate.
Return Value
Pointer to the new matrix if successful, and NULL otherwise.
See Also