[friend]
Rectangles overlap.
Definition at line 126 of file FXRectangle.h.
00126 { return b.x<a.x+a.w && b.y<a.y+a.h && a.x<b.x+b.w && a.y<b.y+b.h; }