lerp

lerpolates linear between two points, also known as lerp.

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

Meta