Click or drag to resize

GeodesicConnectionStrategyGetHeading Method

Get the heading at an arbitrary point along the connection, 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 GetHeading(
	double s
)

Parameters

s
Type: SystemDouble
The arc length parameter along the connection, in meters.

Return Value

Type: Double
The heading measured clockwise from north, in radians.
See Also