Welcome, @Sander
How about if you switch the mode, draw a rectangle, then switch back?
rectMode(CENTER);
rect(...);
rectMode(CORNER);
rect(...);
Welcome, @Sander
How about if you switch the mode, draw a rectangle, then switch back?
rectMode(CENTER);
rect(...);
rectMode(CORNER);
rect(...);