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