We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d4bbf1 + c87c41c commit bfe7bdaCopy full SHA for bfe7bda
1 file changed
content/references/examples/processing/TWO_PI/TWO_PI.pde
@@ -1,7 +1,7 @@
1
float x = width/2;
2
float y = height/2;
3
float d = width * 0.8;
4
-size(400,400);
+size(400,400);
5
arc(x, y, d, d, 0, QUARTER_PI);
6
arc(x, y, d-80, d-80, 0, HALF_PI);
7
arc(x, y, d-160, d-160, 0, PI);
0 commit comments