Closed GoogleCodeExporter closed 9 years ago
You list of points doesn't form a simple polygon.
Go here: http://javascript.poly2tri.googlecode.com/hg/index.html
Select empty then paste your points and triangulate. You will see that edges of
the polygon is intersecting and you got a complex polygon.
Poly2Tri is a lib to triangulate simple polygons.
When your input is complex and you can't get around it you need to preprocess
your data with a lib like Clipper.
Original comment by thahlen@gmail.com
on 21 Oct 2013 at 4:05
Original comment by thahlen@gmail.com
on 25 Oct 2013 at 8:37
Original issue reported on code.google.com by
asadi.ho...@gmail.com
on 21 Oct 2013 at 3:47