Handbook
Glossary
quadtree-size ( tree -- count )
Vocabulary
quadtrees
.
private
Inputs
tree
an
object
Outputs
count
an
object
Definition
USING:
accessors
kernel
;
IN:
quadtrees.private
:
quadtree-size
( tree -- count )
dup
leaf?>>
[
leaf-size
]
[
node-size
]
if
;