Type Alias Ball

Source
pub type Ball = Ball;
Expand description

A ball shape.

Aliased Type§

#[repr(C)]
pub struct Ball { pub radius: f32, }

Fields§

§radius: f32

The radius of the ball.