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