Skip to main content

Type Alias: RollIndicatorOptions

RollIndicatorOptions = object

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:11

Options for RollIndicator.

Properties

lastTickRadius?

optional lastTickRadius: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:16

The radius of the last tick on the roll scale in pixels, if different to the others.


lowBankAngle?

optional lowBankAngle: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:19

The bank angle limit, in degrees, in Low Bank Mode. If not defined, the low-bank arc will not be displayed.


majorTickLength

majorTickLength: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:22

The length of the major roll scale ticks, in pixels.


minorTickLength

minorTickLength: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:25

The length of the minor roll scale ticks, in pixels.


radius

radius: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:13

The radius of the roll scale, in pixels.


referencePointerOffset

referencePointerOffset: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:34

The offset of the tip of the zero-roll reference pointer from the roll scale, in pixels. Positive values displace the pointer away from the center of the circle circumscribed by the roll scale.


referencePointerSize

referencePointerSize: ReadonlyFloat64Array

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:28

The size of the zero-roll reference pointer, as [width, height] in pixels.


rollPointerOffset

rollPointerOffset: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:43

The offset of the tip of the roll pointer from the roll scale, in pixels. Positive values displace the pointer toward the center of the circle circumscribed by the roll scale.


rollPointerSize

rollPointerSize: ReadonlyFloat64Array

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:37

The size of the roll pointer, as [width, height] in pixels.


slipSkidExtremeThreshold

slipSkidExtremeThreshold: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:58

The threshold for extreme slip/skid. Beyond this the scale changes colour.


slipSkidFullScale

slipSkidFullScale: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:55

The sideslip acceleration at full deflection, in gs. Beyond this the indicator turns into an arrow.


slipSkidIndicatorHeight

slipSkidIndicatorHeight: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:49

The height of the slip/skid indicator, in pixels.


slipSkidIndicatorOffset

slipSkidIndicatorOffset: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:46

The offset of the slip/skid indicator from the roll pointer, in pixels. Values less than 0 will be clamped to 0.


slipSkidIndicatorTranslateScale

slipSkidIndicatorTranslateScale: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/RollIndicator.tsx:52

The amount to translate the slip/skid indicator, in pixels, at full deflection.