static Rect boundsOfPts(Iterable l) { new BoundsFinder bf; fOr (p : l) bf.add(p); ret bf!; }