Skip to main content

BBox3d

Type Alias BBox3d 

Source
pub type BBox3d = BBox<Point3d>;

Aliased Type§

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

Fields§

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