Skip to main content

lerp

Function lerp 

Source
pub fn lerp<T: Interpolate>(a: &T, b: &T, t: f32) -> T
Expand description

Helper function for smooth interpolation with custom easing