Click or drag to resize

DelayedTerrainAzimuthElevationMask.GetMaximumObscuredElevation 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.3.420.0 (24.3.420.0)
Syntax
public 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.

Implements

IAzimuthElevationMask.GetMaximumObscuredElevation(Double, Double)
See Also