cz.cuni.utils.math.tuple3Dcomparators
Class Tuple3DNormalizedComparatorXYZ

java.lang.Object
  extended by cz.cuni.utils.math.tuple3Dcomparators.Tuple3DNormalizedComparator
      extended by cz.cuni.utils.math.tuple3Dcomparators.Tuple3DNormalizedComparatorXYZ
All Implemented Interfaces:
java.util.Comparator

public class Tuple3DNormalizedComparatorXYZ
extends Tuple3DNormalizedComparator


Constructor Summary
Tuple3DNormalizedComparatorXYZ()
           
 
Method Summary
 int compare(Tuple3D x, Tuple3D y)
           
 
Methods inherited from class cz.cuni.utils.math.tuple3Dcomparators.Tuple3DNormalizedComparator
compare
 
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
 

Constructor Detail

Tuple3DNormalizedComparatorXYZ

public Tuple3DNormalizedComparatorXYZ()
Method Detail

compare

public int compare(Tuple3D x,
                   Tuple3D y)
Specified by:
compare in class Tuple3DNormalizedComparator