Crate circle_packer

Source
Expand description

A circle packing utility.

Structs§

Circle
CirclePacker
CircleSortedPacker
Sorts the radii for you for better results. This is sorted, so it isn’t stable (the order changes). The packing can change drastically depending on the relative size of the provided radii. Sorting the radii like this tends to produce a more efficient packing.