[][src]Trait torophy::body::Particle

pub trait Particle {
    fn integrate(&mut self, dt: f32);
}

Required methods

fn integrate(&mut self, dt: f32)

Loading content...

Implementors

impl Particle for Body[src]

Loading content...