quadtree_dart library

Classes

Quadtree<O extends Rect>
Rect

Enums

Quadrant

Extensions

Traversal on Quadtree<O>

Typedefs

PostOrderCallback = void Function<O extends Rect>(O bounds)
PreOrderCallback = bool Function<O extends Rect>(O bounds)