C# (CSharp) Project290.Physics.Common.Decomposition Namespace

Classes

Name Description
BayazitDecomposer Convex decomposition algorithm created by Mark Bayazit (http://mnbayazit.com/) For more information about this algorithm, see http://mnbayazit.com/406/bayazit
CDTDecomposer
EarclipDecomposer Ported from jBox2D. Original author: ewjordan Triangulates a polygon using simple ear-clipping algorithm. Only works on simple polygons. Triangles may be degenerate, especially if you have identical points in the input to the algorithm. Check this before you use them.
FlipcodeDecomposer Triangulates a polygon into triangles. Doesn't handle holes.
Triangle