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