AzimuthElevationRange Constructor (Double, Double, Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AzimuthElevationRange(
double azimuth,
double elevation,
double range
)
Public Sub New (
azimuth As Double,
elevation As Double,
range As Double
)
public:
AzimuthElevationRange(
double azimuth,
double elevation,
double range
)
new :
azimuth : float *
elevation : float *
range : float -> AzimuthElevationRange
Parameters
- azimuth
- Type: SystemDouble
The angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. - elevation
- Type: SystemDouble
The angular coordinate measured from the xy-plane and toward the negative z-axis. - range
- Type: SystemDouble
The linear coordinate measured from the origin.
See Also