Tagged Questions

1
vote
0answers
44 views

How to check if connected points form a self-intersecting polygon? [closed]

Possible Duplicate: Check if Polygon is Self-Intersecting I have N connected points in the plane (max 100). How can I determine whether the resulting polygon is self-intersecting or not? I ...
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. ...