Type Alias Scale

Source
pub type Scale<Src, Dest> = TypedScale<f32, Src, Dest>;

Aliased Type§

struct Scale<Src, Dest>(pub f32);

Fields§

§0: f32