Package de.bsommerfeld.pathetic.api.pathing.heuristic
package de.bsommerfeld.pathetic.api.pathing.heuristic
-
ClassDescriptionAn immutable context object used for heuristic calculations providing the essentials.A util class to provide the two predefined
IHeuristicStrategys of Pathetic.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.A linear heuristic strategy combining multiple distance metrics for pathfinding.A performance-optimized heuristic strategy using squared distance metrics.