[][src]Module hierarchical_pathfinding::prelude

The prelude for this crate.

Note: Even though most examples use the internal type-definition Point (aka (usize, usize)), it is not included in the prelude since most users probably have another implementation with the same name in scope.

Re-exports

pub use crate::neighbors::ManhattanNeighborhood;
pub use crate::neighbors::MooreNeighborhood;
pub use crate::neighbors::Neighborhood;

Structs

AbstractPath

A Path that may not be fully calculated yet.

PathCache

A struct to store the Hierarchical Pathfinding information.

PathCacheConfig

Options for configuring the PathCache