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

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

Syntax

C#
public Vector3 GetModelToLocalPosition(
	Vector3 modelPosition
)

Parameters

modelPosition
Type: Vector3
The Vector3 model coordinates.

Return Value

Returns the recalculated coordinates.

See Also