pub type Rect = Rect<f64>;
struct Rect { pub x0: f64, pub y0: f64, pub x1: f64, pub y1: f64, }
x0: f64
y0: f64
x1: f64
y1: f64