메소드 | 설명 | |
---|---|---|
ConvexPartition ( Vertices vertices, float sheer = 0.001f ) : List |
Decompose the polygon into several smaller non-concave polygons.
|
|
ConvexPartitionTrapezoid ( Vertices vertices, float sheer = 0.001f ) : List |
Decompose the polygon into several smaller non-concave polygons.
|
public static ConvexPartition ( Vertices vertices, float sheer = 0.001f ) : List |
||
vertices | Vertices | The polygon to decompose. |
sheer | float | The sheer to use if you get bad results, try using a higher value. |
리턴 | List |
public static ConvexPartitionTrapezoid ( Vertices vertices, float sheer = 0.001f ) : List |
||
vertices | Vertices | The polygon to decompose. |
sheer | float | The sheer to use if you get bad results, try using a higher value. |
리턴 | List |