Uses of Package
de.bsommerfeld.pathetic.api.pathing.heuristic
Packages that use de.bsommerfeld.pathetic.api.pathing.heuristic
Package
Description
Configuration of pathfinder instances.
Heuristic estimation for the A* search.
Root package of the bundled pathfinding engine.
Engine-side implementations of the processor context interfaces.
-
Classes in de.bsommerfeld.pathetic.api.pathing.heuristic used by de.bsommerfeld.pathetic.api.pathing.configurationClassDescriptionRepresents a set of weights used to calculate a heuristic for the A* pathfinding algorithm.Defines the contract for heuristic strategies used in pathfinding algorithms.
-
Classes in de.bsommerfeld.pathetic.api.pathing.heuristic used by de.bsommerfeld.pathetic.api.pathing.heuristicClassDescriptionAn immutable context object used for heuristic calculations providing the essentials.Represents a set of weights used to calculate a heuristic for the A* pathfinding algorithm.Defines the contract for heuristic strategies used in pathfinding algorithms.
-
Classes in de.bsommerfeld.pathetic.api.pathing.heuristic used by de.bsommerfeld.pathetic.engineClassDescriptionRepresents a set of weights used to calculate a heuristic for the A* pathfinding algorithm.Defines the contract for heuristic strategies used in pathfinding algorithms.
-
Classes in de.bsommerfeld.pathetic.api.pathing.heuristic used by de.bsommerfeld.pathetic.engine.pathfinder.processingClassDescriptionDefines the contract for heuristic strategies used in pathfinding algorithms.