Package ai.path
Interface Map<Position>
- All Known Implementing Classes:
Vector2fMap
public interface Map<Position>
A Map describes the complete state of a finite graph
and offers a start and target node to be processed by a pathfinding algorithm.
- Since:
- 08.07.2021
- Author:
- Juyas
-
Method Summary
-
Method Details
-
start
The start node for the pathfinding algorithm- Returns:
- the start node
-
target
The target node for the pathfinding algorithm- Returns:
- the target node
-