lerp

Linear interpolation, akin to GLSL's mix.

@nogc pure nothrow
S
lerp
(
S
T
)
(
S a
,
S b
,
T t
)

Meta