Click or drag to resize

AzimuthElevationMaskGetMaximumObscuredElevation Method (Double, Double)

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
public double GetMaximumObscuredElevation(
	double azimuth,
	double distance
)

Parameters

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

Return Value

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

Implements

IAzimuthElevationMaskGetMaximumObscuredElevation(Double, Double)
See Also