Click or drag to resize

VisualTransformToParent Method

Transform a local coordinate to coordinate local to parent.

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

Parameters

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

Return Value

Type: Vector3
Local position relative to its Parent.
See Also