Click or drag to resize

Spherical Constructor (AzimuthElevationRange)

Initializes a set of Spherical coordinates from the provided set of AzimuthElevationRange coordinates.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Spherical(
	AzimuthElevationRange coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesAzimuthElevationRange
The set of AzimuthElevationRange coordinates.
See Also