static Rect rectFromPointsInclusive(int x1, int y1, int x2, int y2) { ret rectFromPoints(x1, y1, x2+1, y2+1); }