RwMatrix4d *
RwCreateMatrix(void);
Description
Creates a new transformation matrix.
Arguments
None.
Return Value
A pointer to the new matrix if successful, and NULL otherwise.
Comments
The new matrix is initialized to the identity matrix.
See Also
RwScratchMatrix()
RwDestroyMatrix()
RwDuplicateMatrix()
RwPushScratchMatrix()