Handbook
Glossary
relative-angle ( self other -- angle )
Vocabulary
boids
.
simulation
Inputs
self
an
object
other
an
object
Outputs
angle
an
object
Definition
USING:
accessors
;
IN:
boids.simulation
::
relative-angle
( self other -- angle )
self other
relative-position
self
vel>>
angle-between
;
inline