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