AABB inset(double dx, double dy) { return AABB.fromValues(left + dx, top + dy, right - dx, bottom - dy); }