Click or drag to resize

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.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3 TransformWorldToTrack(
	Vector3 world
)

Parameters

world
Type: Microsoft.DirectXVector3

[Missing <param name="world"/> documentation for "M:Demo3D.Visuals.ConveyorVisual.TransformWorldToTrack(Microsoft.DirectX.Vector3)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Demo3D.Visuals.ConveyorVisual.TransformWorldToTrack(Microsoft.DirectX.Vector3)"]

See Also