Namespace AlphaFramework.World.Paths
Classes
- SimplePathfinder
A simple A* pathfinder.
- StoredPath<TCoordinates>
Stores a path calculated by IPathfinder<TCoordinates>.
Interfaces
- IPathfinder<TCoordinates>
A strategy pattern interface for pathfinding algorithms.