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