No, I get a simple polygon defined like that: http://en.wikipedia.org/wiki/Simple_polygon
in Coordinates of its Vertices. It can be any simple polygon.
In order to triangulate this polygon I have to split the simple polygon in its monotone pieces. A monotone Polygon is defined like that...
Hi all!
I develop an application in computer science that shows the execution of an Algorithm that triangulates a simple polygon.
The first thing I have to do is to transform the given Polygon into monotone pieces, in order to do that I have to figure out the interior angles of the simple...