pub type LinearSmoothedValue<S> = SmoothedValue<S, Linear>;Expand description
Linear smoothed value - uses additive interpolation.
Aliased Typeยง
pub struct LinearSmoothedValue<S> { /* private fields */ }pub type LinearSmoothedValue<S> = SmoothedValue<S, Linear>;Linear smoothed value - uses additive interpolation.
pub struct LinearSmoothedValue<S> { /* private fields */ }