pub type Quad = Vec<f64>;
An array of quad vertices, x immediately followed by y for each point, points clock-wise.
pub struct Quad { /* private fields */ }