Click or drag to resize

IAzimuthElevationMaskGetMaximumObscuredElevation Method

Computes the maximum elevation angle that is obscured as of a specified distance along an azimuth ray.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
double GetMaximumObscuredElevation(
	double azimuth,
	double distance
)

Parameters

azimuth
Type: SystemDouble
The azimuth, in radians.
distance
Type: SystemDouble
The maximum distance along the azimuth ray to consider.

Return Value

Type: Double
The maximum obscured elevation angle, in radians.
See Also