Click or drag to resize

ParametricRouteSegment.GetHeading Method (Duration, Int32)

Get the heading and rates at a given time since the start of the segment.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Motion<double> GetHeading(
	Duration time,
	int order
)

Parameters

time
Type: AGI.Foundation.Time.Duration
The elapsed time, in seconds, since the start of the segment.
order
Type: System.Int32
The order of derivatives requested. Zero denotes heading only.

Return Value

Type: Motion<Double>
The heading and its rates (if available).
See Also