RwGetClumpMatrix(RwClump *clump, RwMatrix4d *matrix);
Description
Retrieves the clump’s modeling matrix.
Arguments
clump Pointer to the clump.
matrix Pointer to the matrix that will receive the clump’s modeling matrix.
Return Value
The argument matrix if successful, and NULL otherwise.
See Also