non-gon
    Preparing search index...

    Function overlaps

    • Determines whether two scalar projection intervals overlap.

      Parameters

      • min1: number

        Minimum of the first interval.

      • max1: number

        Maximum of the first interval.

      • min2: number

        Minimum of the second interval.

      • max2: number

        Maximum of the second interval.

      Returns boolean

      True if the intervals overlap, false otherwise.