Back to Server.PathAlgorithms.SlowAStar
SlowAStarAlgorithm :
PathAlgorithm
(
ctor
) SlowAStarAlgorithm()
virtual
bool
CheckCondition(
Mobile
m,
Map
map,
Point3D
start,
Point3D
goal )
virtual
Direction
[] Find(
Mobile
m,
Map
map,
Point3D
start,
Point3D
goal )
int
Heuristic(
int
x,
int
y,
int
z )