Class ShapeFunctions.Point3fComparatorZ

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

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

    Constructors
    Constructor Description
    Point3fComparatorZ()  
  • 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

    • Point3fComparatorZ

      public Point3fComparatorZ()
  • 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>