pub type Box3d = Box3<f64>;
pub struct Box3d { pub min: [f64; 3], pub max: [f64; 3], }
min: [f64; 3]
max: [f64; 3]