Tagged Questions
1
vote
2answers
372 views
Simple 2d polygon triangulation
Trying to triangulate a set of simple 2d polygons, I've come up with this algorithm:
1) For each vertex in the polygon, compute the angle between the two linked edges
2) Sort vertices by decreasing ...
1
vote
1answer
443 views
constructing the contour of a 2d figure(in particular a triangulation)
How would I go about constructing the contour of 2d figure which is formed of only triangles and it can have holes and the external contour can be concave/convex and the holes can also be ...