Click or drag to resize

DelayedTerrainAzimuthElevationMaskGetMaximumObscuredElevation Method

Computes the maximum elevation angle that is obscured as of a specified distance along an azimuth ray. This will compute any values of the surrounding ElevationMask instances bounding the given azimuth that haven't been computed yet.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public 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.

Implements

IAzimuthElevationMaskGetMaximumObscuredElevation(Double, Double)
See Also