Package mgui.geometry.util
Class GeometryFunctions.Point3fComp
java.lang.Object
mgui.geometry.util.GeometryFunctions.Point3fComp
- All Implemented Interfaces:
java.util.Comparator
- Enclosing class:
- GeometryFunctions
public static class GeometryFunctions.Point3fComp
extends java.lang.Object
implements java.util.Comparator
-
Constructor Summary
Constructors Constructor Description Point3fComp()
-
Method Summary
Modifier and Type Method Description int
compare(java.lang.Object o1, java.lang.Object o2)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
Point3fComp
public Point3fComp()
-
-
Method Details
-
compare
public int compare(java.lang.Object o1, java.lang.Object o2)- Specified by:
compare
in interfacejava.util.Comparator
-