Пример #1
0
 public float heuristicDistance(Vector3f goal) {
   return (float) (location.distance(goal) + getBlockCost()) * TIEBREAKER;
 }