RwGetClumpOrigin(RwClump *clump, RwV3d *origin);
Description
Retrieves the origin of the clumps local coordinate (object) space in world space coordinates.
Arguments
clump Pointer to the clump.
origin Pointer to the point that will receive the clumps origin (in world space coordinates).
Return Value
The argument origin if successful, and NULL otherwise.
See Also