a
b
t
pub fn lerp(a: f64, b: f64, t: f64) -> f64
Computes the linear interpolation between @a and @b for @t.
the start
the end
the interpolation rate
the computed value