liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
lerp
liberty
math
functions
* Linear interpolation.
S
lerp
(
S
T
)
(
S
a
,
S
b
,
T
t
)
if
(
is
(
typeof
(
t
*
b
+
(
1 -
t
)
*
a
) :
S
)
)
Meta
Source
See Implementation
liberty
math
functions
functions
barryCentric
clamp
degrees
fract
ilog2
inverseSqrt
isPowerOf2
lerp
lfloor
ltrunc
moduloWrap
nextPowerOf2
radians
safeAcos
safeAsin
sinOverX
smoothStep
step
* Linear interpolation.