All pastes #2047835 Raw Edit

Someone

public python v1 · immutable
#2047835 ·published 2011-04-18 16:27 UTC
rendered paste body
    elif predicate == 'overlaps':        if bbox1.intersects(bbox2) and bbox1.touches(bbox2):            result = True        else:            result = False