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