Pathfinding v0.1.1 API Reference
Modules
Entry point to access the more important Pathfinding.Grid
and provides the
traversal methods used against a Pathfinding.Grid
struct
Representation of an (x, y) coordinate on a Pathfinding.Grid
Grid definition that calls to Pathfinding.find_path
and
Pathfinding.find_walkable
will search against. The grid is defined so its
easy to make repeated searches across it without repeatedly reconstructing it
Representation of an (x, y) coordinate on a Pathfinding.Grid
, with metadata
useful for grid traversal
Representation of a grid traversal