ivanfratric/polypartition

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

Closed this issue · 1 comments

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

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

  • Changed state: WontFix
  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect