Class LinePrimitiveRenderer.LineArraySorter

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

protected static class LinePrimitiveRenderer.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[]>