Type Alias jumpy::core::physics::collisions::rapier::Cuboid

pub type Cuboid = Cuboid;
Expand description

A cuboid shape.

Aliased Type§

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

Fields§

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

The half-extents of the cuboid.