pub type BBox2f = BBox<Point2<Length>>;
pub struct BBox2f { pub min: Point2<Length>, pub max: Point2<Length>, }
min: Point2<Length>
max: Point2<Length>