C# Class FarseerPhysics.Common.Decomposition.CDTDecomposer

ファイルを表示 Open project: prime31/Nez Class Usage Examples

Public Methods

Method Description
ConvexPartition ( Vertices vertices ) : List

Decompose the polygon into several smaller non-concave polygon.

Method Details

ConvexPartition() public static method

Decompose the polygon into several smaller non-concave polygon.
public static ConvexPartition ( Vertices vertices ) : List
vertices Vertices
return List