pub fn interpolate_value( start: f64, end: f64, t: f64, interpolation: &Interpolation, ) -> f64
Interpolate a single value between keyframes
start
end
t
interpolation
Interpolated value