Class SortedShape3D.VertexComparatorX

java.lang.Object
mgui.geometry.util.SortedShape3D.VertexComparatorX
All Implemented Interfaces:
java.util.Comparator<SortedShape3D.Vertex>
Enclosing class:
SortedShape3D

public static class SortedShape3D.VertexComparatorX
extends java.lang.Object
implements java.util.Comparator<SortedShape3D.Vertex>
  • Constructor Summary

    Constructors
    Constructor Description
    VertexComparatorX()  
  • Method Summary

    Modifier and Type Method Description
    int compare​(SortedShape3D.Vertex n1, SortedShape3D.Vertex 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