Trait kdvtree::Axis [] [src]

pub trait Axis<Point> {
    fn cmp_points(&self, a: &Point, b: &Point) -> Ordering;
}

Required Methods

Implementors