Class ShapeFunctions.Point3fComparatorX

java.lang.Object
mgui.interfaces.shapes.util.ShapeFunctions.Point3fComparatorX
All Implemented Interfaces:
java.util.Comparator<org.jogamp.vecmath.Point3f>
Enclosing class:
ShapeFunctions

public static class ShapeFunctions.Point3fComparatorX
extends java.lang.Object
implements java.util.Comparator<org.jogamp.vecmath.Point3f>
  • Constructor Summary

    Constructors
    Constructor Description
    Point3fComparatorX()  
  • Method Summary

    Modifier and Type Method Description
    int compare​(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, wait

    Methods inherited from interface java.util.Comparator

    equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
  • Constructor Details

    • Point3fComparatorX

      public Point3fComparatorX()
  • Method Details

    • compare

      public int compare​(org.jogamp.vecmath.Point3f n1, org.jogamp.vecmath.Point3f n2)
      Specified by:
      compare in interface java.util.Comparator<org.jogamp.vecmath.Point3f>