Type Alias rapier2d_f64::geometry::Aabb

source ·
pub type Aabb = Aabb;
Expand description

An axis-aligned bounding box.

Aliased Type§

struct Aabb {
    pub mins: OPoint<f64, Const<2>>,
    pub maxs: OPoint<f64, Const<2>>,
}

Fields§

§mins: OPoint<f64, Const<2>>§maxs: OPoint<f64, Const<2>>