pub type Rectangle = Vec<f64>;
Rectangle coordinates (x, y, width, height).
pub struct Rectangle { /* private fields */ }