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