Linearly interpolates between a and b by t.
The parameter t is not clamped and values outside the range [0, 1] will result in a return value outside the range [a, /b/].
When t = 0 returns a.
When t = 1 returns b.
Cuando t = 0.5 retorna el promedio entre a y b.
See Also: Lerp.