pub type Box2f = Box2<f32>;
pub struct Box2f { pub min: [f32; 2], pub max: [f32; 2], }
min: [f32; 2]
max: [f32; 2]