Given three NSPoint (Or points on a plane), how to find the radius or the center point. Given P1 (a,b), P2 (c,d), P3 (e,f)
How would you calculate this, I need this for my UIBezierPath drawing. I am currently looking through wikipedia and other website, but failed to understand it fully. How would you calculate the radius?
Where radius is at (X,Y)
What is X, Y