Hi,
Anyone fancy a challenge? I have a problem that I can't solve and don't even know if it is possible.
I have a toroidal world (a square that wraps in both x and y). The size if the world is a known constant (in this case 900x900 units).
I want to determine four points within the world that are of equal distance to all other points.
My initial idea was to divide the world into four equal quadrants (half in X and half in Y) then place the point in the centre of each quadrant. That works for two of the other points but the one diagonal opposite is further away.

Above you can see that red is equal distance from blue in all directions but further from magenta.
So, is it possible to place four points in a wrapable square that are of equal distance to all of the other points?
If so ... how?
Thanks