pathfinding3d.core.heuristic module
- pathfinding3d.core.heuristic.null(dx, dy, dz)[source]
Special heuristic for Dijkstra return 0, so node.h will always be calculated as 0, distance cost (node.f) is calculated only from start to current point (node.g)