uniform distribution of points in a 2d shape
in
Programming Questions
•
2 years ago
Hi,
I'm a little bit stuck in my brain and maybe someone already did this or see a simple solution for this.
I want to generate N points, which are distributed even, within a 2d shape. Maybe it's possible with a voronoi/delaunay triangulation, but I can't get my head around it.
Thanks,
Christoph
1