voronoi_from_points_numpy

compas.geometry.voronoi_from_points_numpy(points)[source]

Generate a voronoi diagram from a set of points.

Parameters:
pointssequence[[float, float, float] | compas.geometry.Point]

XYZ coordinates of the voronoi sites.

Returns:

Examples

>>>