Type Alias LinearSmoothedValue

Source
pub type LinearSmoothedValue<S> = SmoothedValue<S, Linear>;
Expand description

Linear smoothed value - uses additive interpolation.

Aliased Typeยง

pub struct LinearSmoothedValue<S> { /* private fields */ }