Type Alias rapier3d::geometry::Aabb

source ·
pub type Aabb = Aabb;
Expand description

An axis-aligned bounding box.

Aliased Type§

struct Aabb {
    pub mins: OPoint<f32, Const<3>>,
    pub maxs: OPoint<f32, Const<3>>,
}

Fields§

§mins: OPoint<f32, Const<3>>§maxs: OPoint<f32, Const<3>>