@squawk
    Preparing search index...
    • Resolves wind into headwind and crosswind components relative to a heading or runway orientation.

      Sign conventions:

      • Headwind: positive = headwind (wind opposing motion), negative = tailwind.
      • Crosswind: positive = wind from the right, negative = wind from the left.

      Parameters

      • windDirectionDeg: number

        Direction the wind is blowing FROM in degrees true (0-360).

      • windSpeedKt: number

        Wind speed in knots.

      • headingDeg: number

        Aircraft heading or runway heading in degrees (0-360).

      Returns WindComponents

      Headwind and crosswind components.