lerp

Interpolates linearly between a and b by weight. The weight should be between 0.0 and 1.0, but this is not mandatory.

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

Meta