voronoi_from_points_numpy

compas.geometry.voronoi_from_points_numpy(points)[source]

Generate a voronoi diagram from a set of points.

Parameters

points (list of list of float) – XYZ coordinates of the voronoi sites.

Examples

>>>