rapier2d::geometry

Type Alias Aabb

Source
pub type Aabb = Aabb;
Expand description

An axis-aligned bounding box.

Aliased Type§

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

Fields§

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