We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0270be + 6a31478 commit 7ae7b01Copy full SHA for 7ae7b01
content/references/examples/processing/rotate_/rotate_.pde
@@ -1,4 +1,4 @@
1
-size(400, 400)
+size(400, 400);
2
translate(width/2, height/2);
3
rotate(PI/3.0);
4
-rect(-104, -104, 208, 208);
+rect(-104, -104, 208, 208);
0 commit comments