1 #ifndef DFS_STRATEGY_H_
2 #define DFS_STRATEGY_H_
4 #include "PathStrategy.h"
this class inhertis from the PathStrategy class and is responsible for generating the depth first sea...
Definition: DfsStrategy.h:12
DfsStrategy(Vector3 position, Vector3 destination, const routing::Graph *graph)
Construct a new Dfs Strategy object.
this class inhertis from the IStrategy class and is represents a movement strategy where the entity s...
Definition: PathStrategy.h:11
a simple class used for vector math, most function are self explanatory
Definition: vector3.h:12