4
Answers

C# Trivia question: Calculate radius of circle

Karthi Ramar

Karthi Ramar

12y
4.2k
1
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.

Answers (4)