pub type Aabb = Aabb;
Expand description
An axis-aligned bounding box.
Aliased Type§
#[repr(C)]pub 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>>