Click or drag to resize

IAzimuthElevationMask.GetMaximumObscuredElevation 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: 25.1.421.0 (25.1.421.0)
Syntax
double GetMaximumObscuredElevation(
	double azimuth,
	double distance
)

Parameters

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

Return Value

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