AzimuthElevationRange Constructor (Cartesian) |
Initializes a set of
AzimuthElevationRange coordinates from the provided set of
Cartesian coordinates represented in the North-East-Down orientation with
X pointing north, Y pointing east, and Z pointing down.
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(
Cartesian coordinates
)
Public Sub New (
coordinates As Cartesian
)
public:
AzimuthElevationRange(
Cartesian coordinates
)
new :
coordinates : Cartesian -> AzimuthElevationRange
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesCartesian
The set of Cartesian coordinates.
See Also