RwInvertMatrix(RwMatrix4d *source, RwMatrix4d *dest);
Description
Inverts matrix source and stores the result in matrix dest.
Arguments
source Pointer to the matrix to be inverted.
dest Pointer to the matrix that will receive the result.
Return Value
The argument dest if successful, and NULL otherwise.
Comments
The source and destination arguments must not point to the same matrix.
See Also