The search functionality needs JavaScript enabled
translate rectangle coordinates by (x,y) - add deltax to x coordinates, and deltay to y coordinates
struct Rect { // ... alias moveBy = offset; // ... }