Closed GoogleCodeExporter closed 9 years ago
You are triangulating a PointSet and not a Polygon.
A PointSet is just a bunch of points in the plane that the triangulator will
perform a Delaunay triangulation on. The end result should result in a convex
triangulation (tho not 100% implemented yet). But in most cases you endup with
a triangulation that is convex.
What you want to do is to Triangulate a Polygon(the "C") so use a Polygon class
instead of a PointSet.
Original comment by thahlen@gmail.com
on 4 Jul 2011 at 2:46
Original issue reported on code.google.com by
furtelw...@gmail.com
on 4 Jul 2011 at 2:14Attachments: