Gets the mesh height at the point [x,0,z] in the negative Y axis.

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

Syntax

C#
public float GetHeight(
	float x,
	float z
)

Parameters

x
Type: System..::.Single
The X coordinate.
z
Type: System..::.Single
The Z coordinate.

Return Value

Returns the determined height.

See Also