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.2.419.0 (24.2.419.0)
Syntax public Motion<double> HeadingMotion(
Cartographic location,
double groundSpeed
)
Public Function HeadingMotion (
location As Cartographic,
groundSpeed As Double
) As Motion(Of Double)
public:
Motion<double> HeadingMotion(
Cartographic location,
double groundSpeed
)
member HeadingMotion :
location : Cartographic *
groundSpeed : float -> Motion<float>
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:
MotionDoubleThe motion of the heading angle.
Remarks The location must be a point on the geodesic.
See Also