@squawk
    Preparing search index...
    • Computes the off-course distance using the 1-in-60 rule. Given a track error angle and distance flown, returns the lateral displacement from the desired track.

      Parameters

      • trackErrorDeg: number

        Track error angle in degrees.

      • distanceFlownNm: number

        Distance flown from the origin in nautical miles.

      Returns number

      Off-course distance in nautical miles.