• Check if two boundaries overleap each other (intersect). Returns a boolean value for the state of the intersection.

    Parameters

    • obj1: Boundaries2D
    • obj2: Boundaries2D
    • Optional equalChecks: boolean = false

      if 2 rectangles count as intersecting when the borders are exactly equal

    Returns boolean