RwTransformPoint(RwV3d *point, RwMatrix4d *matrix);
Description
Applies a transformation matrix to a point.
Arguments
point Pointer to the point.
matrix Pointer to the transformation matrix.
Return Value
The argument point if successful, and NULL otherwise.
See Also