示例#1
0
 private double heuristicFunction(ICoordinates startPoint, ICoordinates endPoint)
 {
     return(startPoint.getManhattanDistance(endPoint));
 }