C# (CSharp) Project290.Physics.Common.Decomposition 네임스페이스

클래스들

이름 설명
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