Click or drag to resize

AzimuthElevationRange Constructor (Double, Double, Double)

Initializes a set of AzimuthElevationRange coordinates from the provided values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public AzimuthElevationRange(
	double azimuth,
	double elevation,
	double range
)

Parameters

azimuth
Type: System.Double
The angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
elevation
Type: System.Double
The angular coordinate measured from the xy-plane and toward the negative z-axis.
range
Type: System.Double
The linear coordinate measured from the origin.
See Also