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