findBestContainer
findBestContainer(width, height, boxes, costFunction) ⇒ QuadTreeDatum.<T>
Kind: global function
Returns: QuadTreeDatum.<T> - suitable container box
| Param | Type |
|---|---|
| width | number |
| height | number |
| boxes | QuadTreeNode.<T> |
| costFunction | function |
findBestContainer~visitor(node) ⇒ boolean
Kind: inner method of findBestContainer
| Param | Type |
|---|---|
| node | QuadTreeNode |