Click or drag to resize

ElevationMask Constructor (Double, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ElevationMask(
	double azimuth,
	double elevation
)

Parameters

azimuth
Type: SystemDouble
The azimuth of the ray, in radians.
elevation
Type: SystemDouble
The maximum obscured elevation along the ray, in radians.
See Also