ease

Interpolates between a and b by weight by using an easing function. The weight should be between 0.0 and 1.0, but this is not mandatory.

pure nothrow @nogc @safe
float
ease
(
float a
,
float b
,
float weight
,)

Meta