Trait instant_distance::Point[][src]

pub trait Point: Clone + Sync {
    fn distance(&self, other: &Self) -> f32;
}

Required methods

fn distance(&self, other: &Self) -> f32[src]

Loading content...

Implementors

Loading content...