fdf/scratch.txt
2024-12-13 16:29:07 +01:00

9 lines
97 B
Plaintext

while (i < alle punten)
{
x' = (x - y) / SQRT2;
y' = (x + y - 2 * z) / SQRT6;
i++;
}
}