I think its done
This commit is contained in:
@@ -8,5 +8,10 @@ namespace ConsoleApp.PathPlanners
|
||||
{
|
||||
Queue<Coordinate2D> ReactiveHexPath { get; }
|
||||
void GenerateReactiveHexPath(IHexMap hexMap, Queue<Coordinate2D> optimalPath, Coordinate2D vehicleCurrentHexCell);
|
||||
|
||||
Queue<ICell> ReactiveSquarePath { get; }
|
||||
|
||||
void GenerateReactiveSquarePath(ISquareMap squareMap, Queue<ICell> optimalPath,
|
||||
ICell vehicleCurrentSquareCell);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user