Handbook
Glossary
split-leaf ( value point leaf -- )
Vocabulary
quadtrees
.
private
Inputs
value
an
object
point
an
object
leaf
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
quadtrees.private
:
split-leaf
( value point leaf -- )
add-subnodes
[
value>>
]
[
point>>
]
[
]
tri
[
node-insert
]
[
node-insert
]
bi
;