luajoy / polypartition

Automatically exported from code.google.com/p/polypartition
0 stars 0 forks source link

Hope it can limit the number of points per polygon generated. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hope the number of points less than 8.The box2d shape can only have less than 8 
points.

Original issue reported on code.google.com by ToWave...@gmail.com on 14 Apr 2013 at 9:02

GoogleCodeExporter commented 9 years ago
This is outside of the scope of PolyPartition. However, it is trivial to do as 
a post-processing step if you note that convex polygon can be split into 
multiple convex polygons by creating diagonals between arbitrary vertices.

Original comment by ivan.fra...@gmail.com on 22 Apr 2013 at 4:10