Recalculates the direction vector in the local coordinates to the world coordinates.

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

Syntax

C#
public Vector3 GetWorldDirection(
	Vector3 localDirection
)

Parameters

localDirection
Type: Vector3
Direction vector in the local coordinates.

Return Value

Returns recalculated direction vector in the world coordinates.

See Also