Skip to main content

BBox2d

Type Alias BBox2d 

Source
pub type BBox2d = BBox<Point2d>;

Aliased Type§

pub struct BBox2d {
    pub min: Point2<Length>,
    pub max: Point2<Length>,
}

Fields§

§min: Point2<Length>§max: Point2<Length>