Package edu.wlu.cs.levy.CG

Class Summary
KDTree KDTree is a class supporting KD-tree insertion, deletion, equality search, range search, and nearest neighbor(s) using double-precision floating-point keys.
 

Exception Summary
KeyDuplicateException KeyDuplicateException is thrown when the KDTree.insert method is invoked on a key already in the KDTree.
KeySizeException KeySizeException is thrown when a KDTree method is invoked on a key whose size (array length) mismatches the one used in the that KDTree's constructor.