Package imagingbook.common.geometry.circle


package imagingbook.common.geometry.circle
  • Classes
    Class
    Description
    Represents an algebraic circle with four parameters A, B, C, D in the form A * (x^2 + y^2) + B * x + C * y + D = 0.
    Represents a geometric circle with center point (xc, yc) and radius r.