Skip to main content

Type Alias: CircleInterceptLegFallbackInterceptInfo

CircleInterceptLegFallbackInterceptInfo = object

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

Information describing a potential fallback path to intercept the path to intercept for a CircleInterceptLegCalculator.

Properties

fallbackInterceptPoint

fallbackInterceptPoint: Float64Array

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

The point at which the fallback path intercepts the path to intercept. If a fallback path is not required, then this value is equal to [NaN, NaN, NaN].


isStartPastPathToIntercept

isStartPastPathToIntercept: boolean

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

Whether the starting point of the intercept path is located past the path to intercept as measured along the intercept path.