pub type Box2D<T = f32> = Box2D<T, LogicUnit>;
#[repr(C)]pub struct Box2D<T = f32> { pub min: Point2D<T, LogicUnit>, pub max: Point2D<T, LogicUnit>, }
min: Point2D<T, LogicUnit>
max: Point2D<T, LogicUnit>