Click or drag to resize

ParametricRouteSegmentGetHeading 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: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<double> GetHeading(
	Duration time,
	int order
)

Parameters

time
Type: AGI.Foundation.TimeDuration
The elapsed time, in seconds, since the start of the segment.
order
Type: SystemInt32
The order of derivatives requested. Zero denotes heading only.

Return Value

Type: MotionDouble
The heading and its rates (if available).
See Also