[][src]Module hierarchical_pathfinding::neighbors

A crate with the most common Neighborhoods

Structs

ManhattanNeighborhood

A Neighborhood for Agents moving along the 4 cardinal directions.

MooreNeighborhood

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

Traits

Neighborhood

Defines how a Path can move along the Grid.