TransformMatrixLHS Data Member Function

Pre-transforms the operand <Matrix> by a given transformation. That is, after A.TransformLHS( B ), we have A' = A * B.

Prototype

int32 TransformMatrixLHS( Matrix p_oMatrix )

Parameters

Parameter Type Parameter Name Documentation
<Matrix>p_oMatrixPre-concatenates the transformation in this <Matrix>.

Examples

Copy Text To Clipboard

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