I am using Javascript and I know the positions of 3 points. I wish to use these to find out the center point of a circle.
I have found this logic (Not the chosen answer but the one with 11 upvotes) : https://math.stackexchange.com/questions/213658/get-the-equation-of-a-circle-when-given-3-points
But I can't seem to get my head around how to write the logic for it.
I can't use bounding box by the way, this has to be done using the three points :)
Any ideas ?