Module imagingbook.common
Package imagingbook.common.geometry.circle
package imagingbook.common.geometry.circle
-
ClassesClassDescriptionRepresents 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.