<quadtree> ( bounds -- quadtree )
Quadtrees

Next:in-rect ( tree rect -- values )


Vocabulary
quadtrees

Inputs
boundsa rect


Outputs
quadtreea quadtree


Word description
Constructs an empty quadtree covering the axis-aligned rectangle indicated by bounds. All the keys of quadtree must be two-dimensional vectors lying inside bounds.

Definition