I\'ve got some convex polygons stored as an STL vector of points (more or less). I want to tessellate them really quickly, preferably into fairly evenly sized pieces, and with n
poly2tri looks like a really nice lightweight C++ library for 2D Delaunay triangulation.