Traversal<O extends Rect> extension

on

Methods

postOrderTraverse(PostOrderCallback callback) → void
Visits each node in the quadtree in post-order traversal invoking the specified callback.
preOrderTraverse(PreOrderCallback callback) → void
Visits each node in the quadtree in pre-order traversal invoking the specified callback.