pub type BBox3d = BBox<Point3d>;
pub struct BBox3d { pub min: Point3<Length>, pub max: Point3<Length>, }
min: Point3<Length>
max: Point3<Length>