RwCopyMatrix(RwMatrix4d *source, RwMatrix4d *dest);
Description
Copies matrix source to matrix dest.
Arguments
source Pointer to the source matrix.
dest Pointer to the destination matrix.
Return Value
The argument dest if successful, and NULL otherwise.
See Also