public final class IntersectionSortComparator extends java.lang.Object implements java.util.Comparator<RayLensIntersection>
Constructor and Description |
---|
IntersectionSortComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(RayLensIntersection s1,
RayLensIntersection s2) |
public int compare(RayLensIntersection s1, RayLensIntersection s2)
compare
in interface java.util.Comparator<RayLensIntersection>