BoundingSquare

Type Alias BoundingSquare 

Source
pub type BoundingSquare<T> = BoundingSpace2<T>;

Aliased Type§

pub struct BoundingSquare<T> {
    pub lower: OPoint<T, Const<2>>,
    pub upper: OPoint<T, Const<2>>,
}

Fields§

§lower: OPoint<T, Const<2>>§upper: OPoint<T, Const<2>>