Skip to main content

Type Alias: CircleInterceptLegInterceptCourseInfo

CircleInterceptLegInterceptCourseInfo = object

Defined in: src/sdk/flightplan/flightpath/legcalculators/CircleInterceptLegCalculator.ts:25

Information describing an intercept course for a CircleInterceptLegCalculator.

Properties

course

course: number

Defined in: src/sdk/flightplan/flightpath/legcalculators/CircleInterceptLegCalculator.ts:27

The true intercept course, in degrees.


heading

heading: number | null

Defined in: src/sdk/flightplan/flightpath/legcalculators/CircleInterceptLegCalculator.ts:33

The heading to fly for the intercept, in degrees, or null if the intercept is not to be flown with constant heading.


isHeadingTrue

isHeadingTrue: boolean

Defined in: src/sdk/flightplan/flightpath/legcalculators/CircleInterceptLegCalculator.ts:36

Whether the heading-to-fly is relative to true north instead of magnetic north.