jhasse/poly2tri

Triangulation with constraints of self-intersected segments

hph73 opened this issue · 1 comments

hph73 commented

Hi,

In my application, I need to triangulate a simply polygon with self-intersected segments as constraints. See picture below, the red lines in the triangle are constraints and they may be self-intersected. The black lines show a possible triangulation. Is it possible to reach this goal with poly2tri?

WeChat Screenshot_20210504115200

Hi,

The README specifically says that only simple polygons are supported. A simple polygon has non-intersecting line segments.