Click or drag to resize

VisualTransformToWorld Method

Transform a local coordinate to a world coordinate.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3 TransformToWorld(
	Vector3 localPos
)

Parameters

localPos
Type: Microsoft.DirectXVector3
Local position relative to the Visual.

Return Value

Type: Vector3
World position relative to the Scene.
See Also