Class Orientation
java.lang.Object
Jcg.geometry.Orientation
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static int(package private) static int(package private) static intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanboolean
-
Field Details
-
CLOCKWISE
static int CLOCKWISE -
COUNTERCLOCKWISE
static int COUNTERCLOCKWISE -
COLLINEAR
static int COLLINEAR -
or
private int or
-
-
Constructor Details
-
Orientation
public Orientation(int or)
-
-
Method Details
-
isClockwise
public boolean isClockwise() -
isCounterclockwise
public boolean isCounterclockwise() -
isCollinear
public boolean isCollinear()
-