0
votes
Determine if two rectangles overlap each other?
Asuming the points for all rectangles are always set in this order:
P1----P2
| |
P3----P4
then, the problem is just only to check if the point P1 of the secon …
