Ejemplo n.º 1
0
 internal void ClearBest()
 {
     best = defaultBest;
     if (child != null)
     {
         child.ClearBest();
     }
 }
Ejemplo n.º 2
0
 internal void ClearBest()
 {
     bestDistance = 1000;
     i1.ClearBest();
 }