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