Handbook
Glossary
lerp ( a b t -- a_t )
Vocabulary
math
.
functions
Inputs
a
an
object
b
an
object
t
an
object
Outputs
a_t
an
object
Definition
USING:
kernel
math
;
IN:
math.functions
:
lerp
( a b t -- a_t )
[
over
-
]
dip
*
+
;
inline