pub fn lerp(v0: f32, v1: f32, amount: f32) -> f32
A convenience function for linearly interpolating an f32.
f32