[][src]Function geos::compute_voronoi

pub fn compute_voronoi<T: Borrow<Point<f64>>>(
    points: &[T],
    envelope: Option<&GGeom>,
    tolerance: f64,
    only_edges: bool
) -> Result<Vec<Polygon<f64>>, Error>

Available using the geo feature.