Reputation: 2261
Hello, then I need to calculate the center of a circle O knowing 2 points A and B. I made a drawing because I am not able to explain in english.
Thanks
Upvotes: 0
Views: 1637
Reputation: 5681
Since you have 2 points. Randomly choose a third. Then calculate the circle center point. This solution meets the criteria of the circle going through the original 2 points.
Upvotes: 1
Reputation: 32306
It is impossible, You need at least 3 points to unambiguously define a circle.
Upvotes: 1