voronoi_from_points_numpy
- compas.geometry.voronoi_from_points_numpy(points)[source]
Generate a voronoi diagram from a set of points.
- Parameters
points (sequence[[float, float, float] |
compas.geometry.Point
]) – XYZ coordinates of the voronoi sites.
Examples
>>>