Click or drag to resize

AzimuthElevationRange.FromCartesian 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: 25.1.421.0 (25.1.421.0)
Syntax
public static AzimuthElevationRange FromCartesian(
	Cartesian coordinates
)

Parameters

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

Return Value

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