Specifies the order for positions or front facing triangles.  Winding order
            is important for triangulation and backface culling.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Discrete
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
SyntaxPublic Enumeration WindingOrder
public enum class WindingOrder
 Members
Members|  | Member name | Description | 
|---|
|  | CounterClockwise | Positions or triangles are defined in counter-clockwise order. | 
|  | Clockwise | Positions or triangles are defined in clockwise order. | 
|  | Compute | The winding order is unknown and should be computed.  For best
            performance, only use this value if you do not know the actual winding order. | 
 See Also
See Also