Handbook
Glossary
rect-center ( rect -- point )
Vocabulary
quadtrees
Inputs
rect
an
object
Outputs
point
an
object
Definition
USING:
accessors
kernel
math.vectors
;
IN:
quadtrees
:
rect-center
( rect -- point )
[
loc>>
]
[
dim>>
0.5
v*n
]
bi
v+
;
inline