TransformPointToGroup Data Member Function

Transforms a coordinate from one <Group> to another.

Prototype

Matrix TransformPointToGroup( Group p_oDestGroup, Vec p_vPoint )

Parameters

Parameter Type Parameter Name Documentation
<Group>p_oDestGroupA pointer to the <Group> to transform to.
<Vec>p_vPointA pointer to a <Vec> object to contain the transformed coordinate.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.