Class PointOrderingStrategy
java.lang.Object
org.jzy3d.plot3d.rendering.ordering.PointOrderingStrategy
- All Implemented Interfaces:
Comparator<Coord3d>
-
Field Summary
-
Constructor Summary
-
Method Summary
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
-
Field Details
-
camera
-
-
Constructor Details
-
PointOrderingStrategy
public PointOrderingStrategy()
-
-
Method Details
-
sort
-
compare
- Specified by:
compare
in interfaceComparator<Coord3d>
-