Box3d

Type Alias Box3d 

Source
pub type Box3d = Box3<f64>;

Aliased Type§

pub struct Box3d {
    pub min: [f64; 3],
    pub max: [f64; 3],
}

Fields§

§min: [f64; 3]§max: [f64; 3]