[][src]Function geos::compute_voronoi

pub fn compute_voronoi(
    points: &[Point<f64>],
    tolerance: f64
) -> Result<Vec<Polygon<f64>>, Error>