Click or drag to resize

AzimuthElevationRangeFromCartesian Method

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 static AzimuthElevationRange FromCartesian(
	Cartesian coordinates
)

Parameters

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

Return Value

Type: AzimuthElevationRange
A set of AzimuthElevationRange coordinates which represents the provided set of .
See Also