Handbook
Glossary
remove-subnodes ( node -- leaf )
Vocabulary
quadtrees
.
private
Inputs
node
an
object
Outputs
leaf
an
object
Definition
USING:
accessors
;
IN:
quadtrees.private
:
remove-subnodes
( node -- leaf )
f
>>ll
f
>>lr
f
>>ul
f
>>ur
t
>>leaf?
;