[][src]Trait kdt::point::IntPoint

pub trait IntPoint {
    pub fn squared_eucledian(&self, other: Self) -> f64;
}

Required methods

pub fn squared_eucledian(&self, other: Self) -> f64[src]

Loading content...

Implementors

impl<I: PrimInt + ToPrimitive, const DIM: usize> IntPoint for Point<I, DIM>[src]

Loading content...