GetTransformToGroup Data Member Function

Fills a matrix with the values required to transform a coordinate from the source <Group> to the destination <Group>.

Prototype

Matrix GetTransformToGroup( Group p_oDestinationGroup, Matrix p_oTransformation )

Parameters

Parameter Type Parameter Name Documentation
<Group>p_oDestinationGroupThe <Group> to transform to.
<Matrix>p_oTransformationA pointer to a <Matrix> object that will contain the transformation.

Examples

Copy Text To Clipboard

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