RectBinPacker.insert

Running time is linear to the number of rectangles already packed. Recursively calls itself. @Returns: null If the insertion didn't succeed.

struct RectBinPacker
insert
(
ivec2 size
)

Meta