Box2d

Type Alias Box2d 

Source
pub type Box2d = Box2<f64>;

Aliased Type§

pub struct Box2d {
    pub min: [f64; 2],
    pub max: [f64; 2],
}

Fields§

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