ConveyorVisualTransformTrackToWorld Method |
Transform a tracking location to a world 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.00.00
Syntaxpublic Vector3 TransformTrackToWorld(
Vector3 trackLocation
)
Parameters
- trackLocation Vector3
[Missing <param name="trackLocation"/> documentation for "M:Demo3D.Visuals.ConveyorVisual.TransformTrackToWorld(Microsoft.DirectX.Vector3)"]
Return Value
Vector3[Missing <returns> documentation for "M:Demo3D.Visuals.ConveyorVisual.TransformTrackToWorld(Microsoft.DirectX.Vector3)"]
See Also