Function storm::math::lerp[][src]

pub fn lerp(a: f32, b: f32, t: f32) -> f32
Expand description

Linearly interpolates between a and b by t.