pub fn lerp<T: Interpolate>(a: &T, b: &T, t: f32) -> T
Helper function for smooth interpolation with custom easing