Trait kdvtree::GetCutPoint[][src]

pub trait GetCutPoint<A, P> {
    fn cut_point<I>(&mut self, cut_axis: &A, points: I) -> Option<P>
    where
        I: Iterator<Item = P>
; }

Required Methods

Implementors