Handbook
Glossary
scaled-velocity ( player -- velocity )
Vocabulary
terrain
Inputs
player
an
object
Outputs
velocity
an
object
Definition
USING:
accessors
kernel
math.vectors
;
IN:
terrain
:
scaled-velocity
( player -- velocity )
[
velocity>>
]
[
velocity-modifier>>
]
bi
v*
;