HelperTransformPointToMechanism Method |
Returns the specified world-space point in the space of the specified mechanism.
Namespace: Demo3D.Visuals.KJEAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static Vector3 TransformPointToMechanism(
Vector3 worldPoint,
MechanismAspect mechanism
)
Parameters
- worldPoint Vector3
- The world-space point.
- mechanism MechanismAspect
- The mechanism.
Return Value
Vector3The point in the local-space of the mechanism.
See Also