Type Alias rapier3d::geometry::Cuboid

source ·
pub type Cuboid = Cuboid;
Expand description

A cuboid shape.

Aliased Type§

struct Cuboid {
    pub half_extents: Matrix<f32, Const<3>, Const<1>, ArrayStorage<f32, 3, 1>>,
}

Fields§

§half_extents: Matrix<f32, Const<3>, Const<1>, ArrayStorage<f32, 3, 1>>

The half-extents of the cuboid.