Skip to main content

RectF

Type Alias RectF 

Source
pub type RectF = Rect<f32>;
Expand description

Rectangle with f32 coordinates.

Aliased Type§

pub struct RectF {
    pub x1: f32,
    pub y1: f32,
    pub x2: f32,
    pub y2: f32,
}

Fields§

§x1: f32§y1: f32§x2: f32§y2: f32