Package gov.nih.mipav.model.structures
Class Delaunator.idsComparator
java.lang.Object
gov.nih.mipav.model.structures.Delaunator.idsComparator
- All Implemented Interfaces:
Comparator<Integer>
- Enclosing class:
Delaunator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
coords
-
cx
double cx -
cy
double cy
-
-
Constructor Details
-
idsComparator
private idsComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Integer>
-
setCoords
-
setCx
public void setCx(double cx) -
setCy
public void setCy(double cy)
-