Package de.bsommerfeld.pathetic.api.pathing.heuristic
package de.bsommerfeld.pathetic.api.pathing.heuristic
-
ClassDescriptionRepresents 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.