#include <heuristic.h>
Public Member Functions | |
float | calcHeuristic (const Vertex &_next, const Vertex &_end) const |
calculates the euclidean distance to the end vertex More... | |
Definition at line 36 of file heuristic.h.
|
inline |
calculates the euclidean distance to the end vertex
_next | the current vertex the heuristic is calculated for |
_end | the goal vertex for calculations |
Definition at line 45 of file heuristic.h.