smoothMoveTowards

Interpolates smoothly between a and b by delta time by using a slowdown factor.

pure nothrow @nogc @safe
float
smoothMoveTowards
(
float a
,
float b
,
float dt
,
float slowdown
)

Meta