Class KDTree.kdhyperrect

  • Enclosing class:
    KDTree

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

      Fields 
      Modifier and Type Field Description
      (package private) int dim  
      (package private) double[] max  
      (package private) double[] min  
    • Constructor Summary

      Constructors 
      Constructor Description
      kdhyperrect()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dim

        int dim
      • min

        double[] min
      • max

        double[] max
    • Constructor Detail

      • kdhyperrect

        public kdhyperrect()