JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
C
F
G
H
I
M
P
S
T
U
H
Heuristic
- Interface in
com.b3dgs.lionengine.game.pathfinding
Heuristic interface.
HeuristicClosest
- Class in
com.b3dgs.lionengine.game.pathfinding.heuristic
A heuristic that uses the tile that is closest to the target as the next best tile.
HeuristicClosest()
- Constructor for class com.b3dgs.lionengine.game.pathfinding.heuristic.
HeuristicClosest
HeuristicClosestSquared
- Class in
com.b3dgs.lionengine.game.pathfinding.heuristic
A heuristic that uses the tile that is closest to the target as the next best tile.
HeuristicClosestSquared()
- Constructor for class com.b3dgs.lionengine.game.pathfinding.heuristic.
HeuristicClosestSquared
HeuristicManhattan
- Class in
com.b3dgs.lionengine.game.pathfinding.heuristic
A heuristic that drives the search based on the Manhattan distance between the current location and the target.
HeuristicManhattan(int)
- Constructor for class com.b3dgs.lionengine.game.pathfinding.heuristic.
HeuristicManhattan
Constructor.
A
C
F
G
H
I
M
P
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes