ConveyorVisualTransformWorldToTrack Method |
Transform a world location into a tracking location. Offset is Props.Tracking.Offset, and is used to
translate the [0,0,0] away from [start of conveyor, top of roller, center of roller].
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic Vector3 TransformWorldToTrack(
Vector3 world
)
Parameters
- world Vector3
[Missing <param name="world"/> documentation for "M:Demo3D.Visuals.ConveyorVisual.TransformWorldToTrack(Microsoft.DirectX.Vector3)"]
Return Value
Vector3[Missing <returns> documentation for "M:Demo3D.Visuals.ConveyorVisual.TransformWorldToTrack(Microsoft.DirectX.Vector3)"]
See Also