Sizef

Type Alias Sizef 

Source
pub type Sizef = Size<f32>;

Aliased Type§

pub struct Sizef {
    pub width: f32,
    pub height: f32,
}

Fields§

§width: f32§height: f32