Function polygons::distances_nearest_vertices[][src]

pub fn distances_nearest_vertices(
    tree: &Tree,
    points: &[(f64, f64)]
) -> (Vec<usize>, Vec<f64>)