public interface

IAStarHeuristic

org.andengine.util.algorithm.path.astar.IAStarHeuristic<T>
Known Indirect Subclasses

Class Overview

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

Summary

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

Public Methods

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