pub type BoundingSquare<T> = BoundingSpace2<T>;
pub struct BoundingSquare<T> { pub lower: OPoint<T, Const<2>>, pub upper: OPoint<T, Const<2>>, }
lower: OPoint<T, Const<2>>
upper: OPoint<T, Const<2>>