9 lines
115 B
C#
9 lines
115 B
C#
![]() |
namespace Delaunay
|
||
|
{
|
||
|
namespace Geo {
|
||
|
public enum Winding
|
||
|
{
|
||
|
NONE = 0, CLOCKWISE, COUNTERCLOCKWISE
|
||
|
}
|
||
|
}
|
||
|
}
|