Trait rustml::distance::DistancePoint2D [] [src]

pub trait DistancePoint2D<T> {
    fn euclid(&self, other: &Point2D<T>) -> T;
}

Required Methods

fn euclid(&self, other: &Point2D<T>) -> T

Implementors