lerp

Interpolation, returns a value between a and b. \ If t = 0, returns a. \ If t = 1, returns b.

T
lerp
(
T
)
(
T a
,
T b
,
float t
)

Meta