56         return std::sqrt(dx * dx + dy * dy);
 float calcHeuristic(const Vertex &_next, const Vertex &_end) const 
calculates the euclidean distance to the end vertex 
 
const Eigen::Vector2d & getEnd() const 
 
const Eigen::Vector2d & getStart() const 
 
const Segment & getSegment() const