Recalculates the world coordinates to the local coordinates.

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

Syntax

C#
public Vector3 GetLocalPosition(
	Vector3 worldPosition
)

Parameters

worldPosition
Type: Vector3
World coordinate in space.

Return Value

Returns local coordinate.

See Also