Enumeration of possible point orderings in a list.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public enum PointOrder |
Visual C++ |
---|
public enum class PointOrder |
F# |
---|
type PointOrder |
Members
Member name | Value | Description | |
---|---|---|---|
CCW | 0 | Counter-clockwise | |
CW | 1 | Clockwise | |
Safe | 2 | Clockwise or counter-clockwise | |
Random | 3 | Random order |