public class

EuclideanHeuristic

extends Object
implements IAStarHeuristic<T>
java.lang.Object
   ↳ org.andengine.util.algorithm.path.astar.EuclideanHeuristic<T>

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Public Constructors
EuclideanHeuristic()
Public Methods
float getExpectedRestCost(IPathFinderMap<T> pPathFinderMap, T pEntity, int pFromX, int pFromY, int pToX, int pToY)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.andengine.util.algorithm.path.astar.IAStarHeuristic

Public Constructors

public EuclideanHeuristic ()

Public Methods

public float getExpectedRestCost (IPathFinderMap<T> pPathFinderMap, T pEntity, int pFromX, int pFromY, int pToX, int pToY)