Class LineRenderSystem.LineArraySorter

java.lang.Object
gaiasky.render.system.LineRenderSystem.LineArraySorter
All Implemented Interfaces:
Comparator<double[]>
Enclosing class:
LineRenderSystem

protected static class LineRenderSystem.LineArraySorter extends Object implements Comparator<double[]>
  • Constructor Details

    • LineArraySorter

      public LineArraySorter(int idx)
  • Method Details

    • compare

      public int compare(double[] o1, double[] o2)
      Specified by:
      compare in interface Comparator<double[]>