RwTransformJointTM(RwMatrix4d *matrix);
Description
Replaces the current joint transformation matrix with the specified matrix.
Arguments
matrix Pointer to a transformation matrix.
Return Value
TRUE if successful, and FALSE otherwise.
Comments
This function can only be called within the context of an RwModelBegin() RwModelEnd() block.
See Also