Click or drag to resize

EllipsoidGeodesicHeadingMotion 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.1.418.0 (24.1.418.0)
Syntax
public Motion<double> HeadingMotion(
	Cartographic location,
	double groundSpeed
)

Parameters

location
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic location of interest.
groundSpeed
Type: SystemDouble
The speed on the geodesic (ground speed) at the indicated location.

Return Value

Type: MotionDouble
The motion of the heading angle.
Remarks
The location must be a point on the geodesic.
See Also