Package org.jlab.rec.cvt.fit
Class CircleCalcPars
java.lang.Object
org.jlab.rec.cvt.fit.CircleCalcPars
Returns the calculated center and radius of a circle from three points.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CircleCalcPars
public CircleCalcPars(double xc, double yc, double r)
-
-
Method Details
-
xcen
public double xcen()Returns the x coordinate of the reference point- Returns:
-
ycen
public double ycen()Returns the y coordinate of the reference point- Returns:
-
radius
public double radius()Returns the radius of curvature
-