Ejemplo n.º 1
0
 //-----------------------------------------------------------------------
 public AStarPathSearcher(TComparePos cmp)
 {
     mOrderByFValue = new OrderByFValue();
     mOrderByPos    = new OrderByPos(cmp);
     mComparePos    = cmp;
 }
Ejemplo n.º 2
0
 public OrderByPos(TComparePos cmp)
 {
     mCmp = cmp;
 }