[][src]Trait torophy::body::ContactResolver

pub trait ContactResolver {
    fn resolve_overlap(&self, b1: &mut Body, b2: &mut Body);
fn resolve_velocity(&self, b1: &mut Body, b2: &mut Body); }

Required methods

fn resolve_overlap(&self, b1: &mut Body, b2: &mut Body)

fn resolve_velocity(&self, b1: &mut Body, b2: &mut Body)

Loading content...

Implementors

impl ContactResolver for Contact[src]

Loading content...