pub type RectF = Rect<f32>;
Rectangle with f32 coordinates.
f32
pub struct RectF { pub x1: f32, pub y1: f32, pub x2: f32, pub y2: f32, }
x1: f32
y1: f32
x2: f32
y2: f32