static Rect rectAroundPt(Pt p, int w, int h default w) { ret rectAround(p, w, h); } static Rect rectAroundPt(int x, int y, int w, int h default w) { ret rectAround(x, y, w, h); }