Closed radumg closed 5 years ago
fixes #123
Some big refactors again, highlights include :
IPacker
CirclePacker
BinPacker2D
BinPacker3D
RectanglePacker
CuboidPacker
BinPacking
Packing
bin
container
rectangle/cuboid
items
fixes #123
Some big refactors again, highlights include :
IPacker
interface, anticipating addition of other packers (such asCirclePacker
etc)BinPacker2D
andBinPacker3D
toRectanglePacker
&CuboidPacker
respectivelyBinPacking
toPacking
,bin
tocontainer
andrectangle/cuboid
inputs toitems
. port order is now consistent across nodes.