[][src]Function minterpolate::step_interpolate

pub fn step_interpolate<T>(
    input: f32,
    inputs: &[f32],
    outputs: &[T],
    _: bool
) -> T where
    T: InterpolationPrimitive + Clone

Do step interpolation.

Step interpolation will remain on a keyframe until the next keyframe is reached, and then step to that keyframe.

Parameters: