class Orientation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
CLOCKWISE |
(package private) static int |
COLLINEAR |
(package private) static int |
COUNTERCLOCKWISE |
private int |
or |
Constructor and Description |
---|
Orientation(int or) |
Modifier and Type | Method and Description |
---|---|
boolean |
isClockwise() |
boolean |
isCollinear() |
boolean |
isCounterclockwise() |