Determines the unique circle defined by given three points.
Given three points it is possible to define a unique circle. This function finds that circle and returns center and radius.
menu: veeos ==> Data ==> Circles ==> polarFit
library: dataLib
see veeos examples inside of VEE
Since 3 points on a plane uniquely define a circle (unless they are colinear of course), this function can operate with a closed-form expression and hence no loops. It is fast and precise normally, but if the points are nearly colinear then the result can be noisy.
VEE 7.0+, all platforms