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