Handbook
Glossary
angle-between ( u v -- angle )
Vocabulary
boids
.
simulation
Inputs
u
an
object
v
an
object
Outputs
angle
an
object
Definition
USING:
kernel
math.vectors
;
IN:
boids.simulation
:
angle-between
( u v -- angle )
[
normalize
]
bi@
vdot
;
inline