@squawk
    Preparing search index...

    Interface WindComponents

    Headwind and crosswind components resolved from a wind vector relative to a heading or runway orientation.

    interface WindComponents {
        crosswindKt: number;
        headwindKt: number;
    }
    Index

    Properties

    crosswindKt: number

    Crosswind component in knots. Positive is from the right, negative is from the left.

    headwindKt: number

    Headwind component in knots. Positive is headwind, negative is tailwind.