Trait mini_collide::Distance[][src]

pub trait Distance<Other> {
    fn distance(&self, other: Other) -> f32;
}

Required methods

The distance between two objects

Implementors