vec_math
Class VectorG.LengthComparator
java.lang.Object
vec_math.VectorG.LengthComparator
- All Implemented Interfaces:
- Comparator<VectorG>
- Enclosing class:
- VectorG
public static class VectorG.LengthComparator
- extends Object
- implements Comparator<VectorG>
Compares the length of two vectors.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VectorG.LengthComparator
public VectorG.LengthComparator()
compare
public int compare(VectorG v1,
VectorG v2)
- Specified by:
compare in interface Comparator<VectorG>