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: 19.00.00
Syntax
C#
public Vector3 TransformToWorld(
	Vector3 localPos
)

Parameters

localPos  Vector3
Local position relative to the Visual.

Return Value

Vector3
World position relative to the Scene.
See Also