Recalculates the local coordinates to the model coordinates using the model transform.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Vector3 GetLocalToModelPosition(
	Vector3 localPosition
)

Parameters

localPosition
Type: Vector3
The Vector3 local coordinates.

Return Value

Returns the recalculated coordinates.

See Also