Placer.__init__

Placer.__init__(geom: CShape | None = None, delta: float = 0.01, delta_trace: float | None = None, delta_in: float | None = None, n_iter: int = 500, radius: float = 250, rho_min: float = 0.005, rho_max: float = 0.05)[source]

Initialize the Circles object.

R is the radius of the large circle within which the small circles are to fit. n is the maximum number of circles to pack inside the large circle. rho_min is rmin/R, giving the minimum packing circle radius. rho_max is rmax/R, giving the maximum packing circle radius.