Tagged Questions
0
votes
3answers
141 views
How to partition a plane
Let's say I have a fixed number (X) of points, e.g. coordinates within a given plane (I think you can call it a 2-D point cloud).
These points should be partitioned into Y polygons where Y < X. ...