I have a laser that will be measuring distances in a circular tank to identify unique locations. The laser will take north $(y)$ and west $(x)$ measurements and then it can be rotated if necessary to take south and east measurements. The angle of the two measurements will be $90$ degrees. The diameter of the tank is known.
How can I find the coordinates of the laser from the measurements it takes?

Thanks in advance.


I solved the problem and here's a picture of it.
I hope it's understandable.
EDIT:
I realized that you can solve this with only two distances but they have to be opposite(i.e. N and S) If we know N and S this is the way to get the coordinates: $$y_0=\frac{S-N}{2}, x_0=\sqrt{r^2-\frac{(N+S)^2}{4}}$$