static bool containsPoint(L l, Pt p) { for (Rect r : l) if (r.contains(p)) true; false; }