9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
|
|
while (i < alle punten)
|
|
{
|
|
x' = (x - y) / SQRT2;
|
|
y' = (x + y - 2 * z) / SQRT6;
|
|
i++;
|
|
}
|
|
}
|