ixfx
    Preparing search index...

    Function radiansBetweenCircular

    • Returns true if check is between start and end angles, using 0...2PI range.

      Assumes a clockwise order. Ie. the checked angle is a wedge from start, clockwise to end.

      Tip: use radiansNormalise on all angles first if uncertain if they are on 0...2PI range.

      Parameters

      • check: number
      • start: number
      • end: number

      Returns boolean