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

Available using the geo feature.