public class

EuclideanHeuristic

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

Class Overview

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

Summary

Public Constructors
EuclideanHeuristic()
Public Methods
float getExpectedRestCost(ITiledMap<T> pTileMap, T pEntity, int pTileFromX, int pTileFromY, int pTileToX, int pTileToY)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.anddev.andengine.util.path.astar.IAStarHeuristic

Public Constructors

public EuclideanHeuristic ()

Public Methods

public float getExpectedRestCost (ITiledMap<T> pTileMap, T pEntity, int pTileFromX, int pTileFromY, int pTileToX, int pTileToY)