Click or drag to resize

EllipsoidGeodesic.HeadingMotion Method

Provides the heading and rate of change of heading at a location on the geodesic.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public Motion<double> HeadingMotion(
	Cartographic location,
	double groundSpeed
)

Parameters

location
Type: AGI.Foundation.Coordinates.Cartographic
The planetodetic location of interest.
groundSpeed
Type: System.Double
The speed on the geodesic (ground speed) at the indicated location.

Return Value

Type: Motion<Double>
The motion of the heading angle.
Remarks
The location must be a point on the geodesic.
See Also