public static class LineSeg.Sign
extends java.lang.Object
POSITIVE
or
NEGATIVE
.Modifier and Type | Field and Description |
---|---|
static LineSeg.Sign |
NEGATIVE
Constant designating an orientation that is negative relative to the
lineseg vector.
|
static LineSeg.Sign |
POSITIVE
Constant designating an orientation that is position relative to the
lineseg vector.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final LineSeg.Sign POSITIVE
public static final LineSeg.Sign NEGATIVE