rebelsky.newvec
Class CompareVectorsByRadius

java.lang.Object
  extended byrebelsky.newvec.CompareVectorsByRadius

public class CompareVectorsByRadius
extends java.lang.Object

Something that knows how to compare vectors based on their radius.


Constructor Summary
CompareVectorsByRadius()
           
 
Method Summary
 int compare(java.lang.Object alpha, java.lang.Object beta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareVectorsByRadius

public CompareVectorsByRadius()
Method Detail

compare

public int compare(java.lang.Object alpha,
                   java.lang.Object beta)