[][src]Type Definition rapier2d::geometry::Cuboid

type Cuboid = Cuboid<f32>;

A cuboid shape.

Trait Implementations

impl Shape for Cuboid[src]