RectBinPacker.insert

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

class RectBinPacker
insert
(
in uint width
,
in uint height
)

Meta