pub type Ball = Ball;Expand description
A ball shape.
Aliased Type§
#[repr(C)]pub struct Ball {
pub radius: f32,
}Fields§
§radius: f32The radius of the ball.
This must be a positive value. A radius of 0.0 is valid but represents a degenerate ball (a single point).