Click or drag to resize

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

Parameters

trackLocation
Type: Microsoft.DirectXVector3

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

Return Value

Type: Vector3

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

See Also