Class HeuristicContext
java.lang.Object
de.bsommerfeld.pathetic.api.pathing.heuristic.HeuristicContext
-
Constructor Summary
ConstructorsConstructorDescriptionHeuristicContext
(PathPosition position, PathPosition startPosition, PathPosition targetPosition, HeuristicWeights heuristicWeights) -
Method Summary
Modifier and TypeMethodDescriptionThe heuristic weights used in the pathfinding process.position()
The current to-evaluate position.The overall start position of the pathfinding.The overall target position of the pathfinding.
-
Constructor Details
-
HeuristicContext
public HeuristicContext(PathPosition position, PathPosition startPosition, PathPosition targetPosition, HeuristicWeights heuristicWeights)
-
-
Method Details
-
position
The current to-evaluate position. -
startPosition
The overall start position of the pathfinding. -
targetPosition
The overall target position of the pathfinding. -
heuristicWeights
The heuristic weights used in the pathfinding process.
-