findBestContainer
findBestContainer(width, height, boxes, costFunction) ⇒ QuadTreeDatum
Kind: global function
Returns: QuadTreeDatum
- suitable container box
Param | Type |
---|---|
width | number |
height | number |
boxes | QuadTreeNode |
costFunction | function |