isMovingTowards

Returns true if a is moving towards b by delta time.

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

Meta