Skip to main content

Rectf

Type Alias Rectf 

Source
pub type Rectf = Rect<f32>;

Aliased Type§

pub struct Rectf {
    pub x: f32,
    pub y: f32,
    pub w: f32,
    pub h: f32,
}

Fields§

§x: f32§y: f32§w: f32§h: f32