[][src]Module bin_packer_3d::packing_algorithm

Defines the function that will be used for our packing algorithm.

Functions

packing_algorithm

While loop to pack items into a bin, using a First Fit Descending approach.