Skip to main content

BBox2f

Type Alias BBox2f 

Source
pub type BBox2f = BBox<Point2<Length>>;

Aliased Type§

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

Fields§

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