timelinefx:
timelinefx
.
tlQuadTree
.AddBox
Method AddBox:
Int
( box:
tlBox
)
Add a new bounding box to the Quadtree A quadtree isn't much use without any objects. Use this to add a
tlBox
to the quadtree. If the bounding box does not overlap the quadtree then null is returned.
Parameters
box
The box to be added to the quadtree