can anyone provide the steps or Source code using C#.net for the below problem?
We have 3 points defined by their coordinates: P1[x,y], P2[x,y], P3[x,y]. Calculate radius of circle passing through these points.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Karthi RamarPosted Jan 18, 2012, 5:06 AM
Jignesh TrivediPosted Jan 18, 2012, 4:47 AM
if you want to find out radius of circle than there some maths equation.
please refer
http://www.physicsforums.com/showthread.php?t=351099
http://www.mathopenref.com/radius.html
hope this help.
Karthi RamarPosted Jan 18, 2012, 3:45 AM
Sam HobbsPosted Jan 18, 2012, 2:31 AM
Did the instructor provide the geometrical equation? My guess is that the instructor did. Then wit that it is simply a matter of converting the equation to C#.