3 Sep 09
600x600
This is a problem that is more complicated than it first appears.
The grid structure is drawn on concentric circles originating from the center point (not drawn). This is done in the following way.
The radii squared of the concentric circles are constructed by the sum of the squares of the x,y elements in this grid
y\x| 0 1 2 3 4 5 . . .
0 0 1 4 9 16 25
1 1 2 5 10 17 26
2 4 5 8 13 20
3 9 10 13 18 25
4 16 17 20 25
.
.
.
tbc...
Link to this comment:
All Comments (0)