Module hierarchical_pathfinding::neighbors[][src]

Expand description

A crate with the most common Neighborhoods

Structs

A Neighborhood for Agents moving along the 4 cardinal directions.

A Neighborhood for Agents moving along the 4 cardinal directions and the 4 diagonals.

Traits

Defines how a Path can move along the Grid.