pub type Box3f = Box3<f32>;
3D single-precision axis-aligned bounding box.
#[repr(C)]pub struct Box3f { pub min: Vector3<f32>, pub max: Vector3<f32>, }
min: Vector3<f32>
max: Vector3<f32>