Enumeration of possible point orderings in a list.

Namespace: Spherical
Assembly: 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 nameValueDescription
CCW0 Counter-clockwise
CW1 Clockwise
Safe2 Clockwise or counter-clockwise
Random3 Random order

See Also