interp

Interpolates linear between two points, also known as lerp.

@safe pure nothrow
T
interp
(
T
)
(
T a
,
T b
,
float t
)

Meta