Uses of Class
de.bsommerfeld.pathetic.api.pathing.heuristic.HeuristicContext
Packages that use HeuristicContext
-
Uses of HeuristicContext in de.bsommerfeld.pathetic.api.pathing.heuristic
Methods in de.bsommerfeld.pathetic.api.pathing.heuristic with parameters of type HeuristicContextModifier and TypeMethodDescriptiondoubleIHeuristicStrategy.calculate(HeuristicContext heuristicContext) Calculates the heuristic value (estimated cost) from the current position to the target.doubleLinearHeuristicStrategy.calculate(HeuristicContext context) doubleSquaredHeuristicStrategy.calculate(HeuristicContext context)