public class SegmentPointComparator extends Object
| Constructor and Description |
|---|
SegmentPointComparator()
|
| Modifier and Type | Method and Description |
|---|---|
static int |
compare(int octant, Coordinate
Compares two
Coordinates for their relative position along a segment lying in the specified
Octant.
|
static int |
relativeSign(double x0, double x1)
|
public static int compare(int octant,
Coordinate p0,
Coordinate p1)
Coordinates for their relative position along a segment lying in the specified
Octant.
public static int relativeSign(double x0,
double x1)