703
edits
(Created page with " == Formumwandlung == float seg = 0; void setup() { size(800, 800); smooth(); } void draw() { background(0); maleSegmente(300,400,400); } void maleSegmente(int r,flo...") |
|||
Line 2: | Line 2: | ||
== Formumwandlung == | == Formumwandlung == | ||
float seg = 0; | <source lang="Java">float seg = 0; | ||
void setup() { | void setup() { | ||
Line 43: | Line 43: | ||
} | } | ||
} | } | ||
</source> |
edits