예제 #1
0
 //-----------------------------------------------------------------------
 public AStarPathSearcher(TComparePos cmp)
 {
     mOrderByFValue = new OrderByFValue();
     mOrderByPos    = new OrderByPos(cmp);
     mComparePos    = cmp;
 }
예제 #2
0
 public OrderByPos(TComparePos cmp)
 {
     mCmp = cmp;
 }