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

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

Syntax

C#
public float GetYDistance(
	float y
)

Parameters

y
Type: System..::.Single
The Y-coordinate.

See Also