Class KDTree.kdnode

  • Enclosing class:
    KDTree

    class KDTree.kdnode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] data  
      (package private) int dir  
      (package private) KDTree.kdnode left  
      (package private) double[] pos  
      (package private) KDTree.kdnode right  
    • Constructor Summary

      Constructors 
      Constructor Description
      kdnode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait