12,302
edits
|  (Created page with "  int x = width/2; int y = height/2; int s = 10; int c = 255; int a; int klexkomplex = 5; int dichteMin = -10; int dichteMax = 10;    void setup () {  size(700,700); smooth(); ba...") | mNo edit summary | ||
| Line 1: | Line 1: | ||
| <source lang="Java"> | |||
| int x = width/2; | int x = width/2; | ||
| Line 75: | Line 75: | ||
| } | } | ||
| } | } | ||
| </source> | |||