4

Can I use Clipper to check if my polygon contour intersects with itself (if it is a complex or a simple polygon)?

I know that it does not make the polygon invalid, but in my case I want to avoid self intersecting polygons.

arthur.sw
  • 11,052
  • 9
  • 47
  • 104

1 Answers1

5

No, there's no function for that in the library.

Angus Johnson
  • 4,565
  • 2
  • 26
  • 28