[][src]Type Definition rapier3d::geometry::Ball

type Ball = Ball<f32>;

A ball shape.

Trait Implementations

impl Shape for Ball[src]