Returns the distance in the X axis from the X coordinate of the ray origin to the x as the X axis direction vector size multiple.

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

Syntax

C#
public float GetXDistance(
	float x
)

Parameters

x
Type: System..::.Single
The X-coordinate.

See Also