Click or drag to resize

AzimuthElevationRange.ConvertMotion Method

Construct a Motion<Cartesian> which represents the motion expressed with AzimuthElevationRange values and derivatives.

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 Motion<AzimuthElevationRange> ConvertMotion(
	Motion<Cartesian> topographic,
	int order
)

Parameters

topographic
Type: AGI.Foundation.Motion<Cartesian>
The Motion<Cartesian> topographic motion to convert.
order
Type: System.Int32
The order of the highest derivative to convert. To convert just the position, pass 0 for this value. To convert velocity as well, pass 1.

Return Value

Type: Motion<AzimuthElevationRange>
The equivalent Motion<AzimuthElevationRange> motion.
Remarks
"Topographic" coordinates are defined by a North-East-Down convention, with the X axis pointing North, Y pointing East, and Z antiparallel to the local surface normal. For more detailed information, see AxesNorthEastDown.
See Also