Lloyd's algorithm run within an arbitrary polygon, to spread points evenly throughout polygon.

277 Views Asked by At

Can Lloyd's Algorithm be used to spread points evenly inside of a user selected arbitrary polygon? Or can it only be done in simple polygons, such as a hexagon? If so, how? Thanks.