Package mgui.geometry.util
Class SortedShape3D.VertexComparatorY
java.lang.Object
mgui.geometry.util.SortedShape3D.VertexComparatorY
- All Implemented Interfaces:
java.util.Comparator<SortedShape3D.Vertex>
- Enclosing class:
- SortedShape3D
public static class SortedShape3D.VertexComparatorY extends java.lang.Object implements java.util.Comparator<SortedShape3D.Vertex>
-
Constructor Summary
Constructors Constructor Description VertexComparatorY() -
Method Summary
Modifier and Type Method Description intcompare(SortedShape3D.Vertex n1, SortedShape3D.Vertex n2)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
-
Constructor Details
-
VertexComparatorY
public VertexComparatorY()
-
-
Method Details
-
compare
- Specified by:
comparein interfacejava.util.Comparator<SortedShape3D.Vertex>
-