Trait kdvtree::CmpPoints[][src]

pub trait CmpPoints<A, P> {
    fn cmp_points(&self, axis: &A, a: &P, b: &P) -> Ordering;
}

Required Methods

Implementors