Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public AzimuthElevationRange(
	Cartesian coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesCartesian
The set of Cartesian coordinates.
See Also