Scale

Type Alias Scale 

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

Aliased Type§

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

Tuple Fields§

§0: f32