[][src]Module torchbearer::path

Collection of utility functions to find path.

Functions

astar_path

An A* pathfinding implementation for a grid base map, where diagonal movements are disabled. Returns an optional vector containing the several points on the map to walk through, including the origin and destination.