Handbook
Glossary
axion-point- ( particle dy -- particle )
Vocabulary
bubble-chamber
Inputs
particle
an
object
dy
an
object
Outputs
particle
an
object
Definition
USING:
accessors
kernel
math.points
;
IN:
bubble-chamber
:
axion-point-
( particle dy -- particle )
[
dup
pos>>
]
dip
v-y
draw
;