Enum OrientationIndex
- Namespace
- NetTopologySuite.Algorithm
- Assembly
- NetTopologySuite.dll
Angle orientation
public enum OrientationIndex
Fields
Clockwise = -1
A value that indicates an orientation of clockwise or a right turn.
Collinear = 0
A value that indicates an orientation of collinear, or no turn (straight)
CounterClockwise = 1
A value that indicates an orientation of counterclockwise, or a left turn.
Left = 1
A value that indicates an orientation of counterclockwise, or a left turn.
None = 0
A value that indicates an orientation of collinear, or no turn (straight)
Right = -1
A value that indicates an orientation of clockwise or a right turn.
Straight = 0
A value that indicates an orientation of collinear, or no turn (straight)