[comp.graphics] Overlap of Rectangles

afzal@cui.unige.ch (Afzal Ballim) (11/27/90)

Thanks to all who pointed out:

	xmin1 <= xmax2 && xmax1 >= xmin2 && ymin1 >= ymax2 && ymax1 >0 ymin2
I should have realised how trivial the solution is!

-afzal