moveTowards

Interpolates linearly between a and b by delta time.

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

Meta