Skip to main content

BBox3f

Type Alias BBox3f 

Source
pub type BBox3f = BBox<Point3f>;

Aliased Type§

pub struct BBox3f {
    pub min: Point3<Length>,
    pub max: Point3<Length>,
}

Fields§

§min: Point3<Length>§max: Point3<Length>