Type Alias rapier2d::geometry::Ball

source ·
pub type Ball = Ball;
Expand description

A ball shape.

Aliased Type§

struct Ball {
    pub radius: f32,
}

Fields§

§radius: f32

The radius of the ball.