Hello
I am new to programming and need some support on understanding a certain concept.
I would like to draw a circle with points user defined given as mouse click - like a best fit circle. I am not sure where to start whats the logic of this problem.
My idea is as follows - I would like to first find few points which can lie on the circle but i dont know how to do this. can someone guide me on the logic here
i saw this but in my case points are user defined. ie in a given window with grid points user can click many points and then i need to draw a best fit circle. any clue on this ?