コード例 #1
0
 internal void ClearBest()
 {
     best = defaultBest;
     if (child != null)
     {
         child.ClearBest();
     }
 }
コード例 #2
0
 internal void ClearBest()
 {
     bestDistance = 1000;
     i1.ClearBest();
 }