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

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

Syntax

C#
public float GetZDistance(
	float z
)

Parameters

z
Type: System..::.Single
The Z-coordinate.

See Also