Handbook
Glossary
theta-to-xy ( origin theta l -- xy )
Vocabulary
rosetta-code
.
animate-pendulum
Inputs
origin
an
object
theta
an
object
l
an
object
Outputs
xy
an
object
Definition
USING:
math.vectors
;
IN:
rosetta-code.animate-pendulum
:
theta-to-xy
( origin theta l -- xy )
relative-xy
v+
;