Class PointOrderingStrategy
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.ordering.PointOrderingStrategy
-
- All Implemented Interfaces:
Comparator<Coord3d>
public class PointOrderingStrategy extends Object implements Comparator<Coord3d>
-
-
Constructor Summary
Constructors Constructor Description PointOrderingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Coord3d o1, Coord3d o2)
void
sort(List<Coord3d> points, Camera cam)
-
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
-
-