Tagged Questions
1
vote
0answers
59 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 ...