Click or drag to resize

GeodesicConnectionStrategyGetFinalHeading Method (EllipsoidSurfaceCurve)

Get the final heading of the given curve, in radians.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override double GetFinalHeading(
	EllipsoidSurfaceCurve curve
)

Parameters

curve
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
The curve to analyze.

Return Value

Type: Double
The final heading of the curve, in radians.
See Also