each-quadrant ( node quot -- )
Quadtrees

Prev:descend ( pt node -- pt subnode )
Next:map-quadrant ( node quot: ( child-node -- x ) -- array )


Vocabulary
quadtrees

Inputs
nodea quadtree
quota quotation


Outputs
None

Word description
Calls quot with each subnode of node on the top of the stack in turn.

Definition