HelperTransformToMechanism Method |
Returns the specified world-space transformation matrix in the space of the specified
mechanism.
Namespace:
Demo3D.Visuals.KJE
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic static Matrix TransformToMechanism(
Matrix worldTransform,
MechanismAspect mechanism
)
Parameters
- worldTransform
- Type: Microsoft.DirectXMatrix
The world-space transformation matrix. - mechanism
- Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism.
Return Value
Type:
MatrixThe transform in the local-space of the mechanism.
See Also