public class OrientedCoordinateArray extends Objectimplements Comparable
Coordinate arrays in an orientation-independent way.
| Constructor and Description |
|---|
OrientedCoordinateArray(Coordinate
Creates a new
OrientedCoordinateArray for the given
Coordinate array.
|
public OrientedCoordinateArray(Coordinate[] pts)
OrientedCoordinateArray for the given
Coordinate array.
pts - the coordinates to orient
public int compareTo(Objecto1)
OrientedCoordinateArrays for their relative order
compareTo in interface
Comparable