C++ 2D tessellation library?

前端 未结 7 1559
一个人的身影
一个人的身影 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

提交回复
热议问题