HelperTransform(Matrix, MechanismAspect) Method |
Returns the specified world-space transformation matrix in the space of the specified
mechanism.
Namespace: Demo3D.Visuals.KJEAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static Matrix Transform(
Matrix worldTransform,
MechanismAspect mechanism
)
Parameters
- worldTransform Matrix
- The world-space transformation matrix.
- mechanism MechanismAspect
- The mechanism.
Return Value
MatrixThe transform in the local-space of the mechanism.
See Also