Package mgui.interfaces.shapes.util
Class ShapeFunctions.Point3fComparatorY
java.lang.Object
mgui.interfaces.shapes.util.ShapeFunctions.Point3fComparatorY
- All Implemented Interfaces:
java.util.Comparator<org.jogamp.vecmath.Point3f>
- Enclosing class:
- ShapeFunctions
public static class ShapeFunctions.Point3fComparatorY
extends java.lang.Object
implements java.util.Comparator<org.jogamp.vecmath.Point3f>
-
Constructor Summary
Constructors Constructor Description Point3fComparatorY() -
Method Summary
Modifier and Type Method Description intcompare(org.jogamp.vecmath.Point3f n1, org.jogamp.vecmath.Point3f 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
-
Point3fComparatorY
public Point3fComparatorY()
-
-
Method Details
-
compare
public int compare(org.jogamp.vecmath.Point3f n1, org.jogamp.vecmath.Point3f n2)- Specified by:
comparein interfacejava.util.Comparator<org.jogamp.vecmath.Point3f>
-