Type Alias: CircleInterceptLegPathToInterceptInfo
CircleInterceptLegPathToInterceptInfo =
object
Defined in: src/sdk/flightplan/flightpath/legcalculators/CircleInterceptLegCalculator.ts:42
Information describing a path to intercept for a CircleInterceptLegCalculator.
Properties
circle
circle:
GeoCircle
Defined in: src/sdk/flightplan/flightpath/legcalculators/CircleInterceptLegCalculator.ts:44
The true intercept course, in degrees.
end
end:
Float64Array
Defined in: src/sdk/flightplan/flightpath/legcalculators/CircleInterceptLegCalculator.ts:58
The end of the path to intercept. If the path to intercept spans the entire GeoCircle along which it lies or if
the path to intercept is a semicircle that begins at a defined start point, then this value is equal to
[NaN, NaN, NaN].
start
start:
Float64Array
Defined in: src/sdk/flightplan/flightpath/legcalculators/CircleInterceptLegCalculator.ts:51
The start of the path to intercept. If the path to intercept spans the entire GeoCircle along which it lies or if
the path to intercept is a semicircle that terminates at a defined end point, then this value is equal to
[NaN, NaN, NaN].