Handbook
Glossary
in-radius? ( self other radius -- ? )
Vocabulary
boids
.
simulation
Inputs
self
an
object
other
an
object
radius
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
math
math.vectors
;
IN:
boids.simulation
:
in-radius?
( self other radius -- ? )
[
[
pos>>
]
bi@
distance
]
dip
<=
;
inline