Handbook
Glossary
vlerp ( a b t -- a_t )
Factor handbook
»
The language
»
Numbers
»
Vector operations
»
Miscellaneous vector functions
Prev:
bilerp ( aa ba ab bb {t,u} -- a_tu )
Next:
vnlerp ( a b t -- a_t )
Vocabulary
math
.
vectors
Inputs
a
an
object
b
an
object
t
an
object
Outputs
a_t
an
object
Definition
USING:
kernel
;
IN:
math.vectors
:
vlerp
( a b t -- a_t )
[
over
v-
]
dip
v*
v+
;
inline