public class SegmentPointComparator
extends java.lang.Object
Constructor | Description |
---|---|
SegmentPointComparator() |
Modifier and Type | Method | Description |
---|---|---|
static int |
compare(int octant,
Coordinate p0,
Coordinate p1) |
Compares two
Coordinate s 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)
Coordinate
s for their relative position along a segment
lying in the specified Octant
.public static int relativeSign(double x0, double x1)
Copyright © 2018. All rights reserved.