Beispiel #1
0
        public KDTreeVertex()
        {
            //NumberOfNeighboursToSearch = 5;
            NumberOfNeighboursToSearch = 1;

            KDTreeMode = KDTreeMode.Rednaxela;
            //instance = this;
        }
 public KDTreeVertex()
 {
     NumberOfNeighboursToSearch = 5;
     KDTreeMode = KDTreeMode.Rednaxala;
     instance   = this;
 }