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