TransformMatrix Data Member Function

Transforms the operand <Matrix> by a given transformation. That is, after A.Transform( B ), we have A' = B * A.

Prototype

int32 TransformMatrix( Matrix p_oMatrix )

Parameters

Parameter Type Parameter Name Documentation
<Matrix>p_oMatrixConcatenates the transformation in this <Matrix>.

Examples

Copy Text To Clipboard

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