public interface

IAStarHeuristic

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

Class Overview

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

Summary

Public Methods
abstract float getExpectedRestCost(ITiledMap<T> pTiledMap, T pEntity, int pFromTileColumn, int pFromTileRow, int pToTileColumn, int pToTileRow)

Public Methods

public abstract float getExpectedRestCost (ITiledMap<T> pTiledMap, T pEntity, int pFromTileColumn, int pFromTileRow, int pToTileColumn, int pToTileRow)