C++ 2D tessellation library?

前端 未结 7 1563
一个人的身影
一个人的身影 2021-02-08 11:02

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

相关标签:
7条回答
  • 2021-02-08 11:26

    If you don't want to build the whole of GCAL into your app - this is probably simpler to implement.

    http://www.flipcode.com/archives/Efficient_Polygon_Triangulation.shtml

    0 讨论(0)
提交回复
热议问题