[][src]Trait simplify::SqDistance

pub trait SqDistance<Rhs = Self> where
    Self: Point,
    Rhs: Point
{ fn get_sq_distance(&self, rhs: &Rhs) -> f64 { ... } }

Provided methods

fn get_sq_distance(&self, rhs: &Rhs) -> f64

Loading content...

Implementors

impl<T> SqDistance<T> for T where
    T: Point
[src]

Loading content...