[][src]Function polygons::nearest_vertices

pub fn nearest_vertices(
    tree: &Vec<Node>,
    points: &Vec<Point>
) -> (Vec<usize>, Vec<f64>)