6 #include "Navigation.h"
7 #include "VectorMathDecl.h"
25 int GetRoadIndex()
const {
return m_roadIndex; }
26 bool GetIsLeavingCell()
const {
return m_isAtEndOfRoad; }
35 const v3& GetLinkedRoadVertex()
const;
37 int GetLinkedRoadVertexIndex()
const;
41 return m_navGraph == other.m_navGraph &&
42 m_roadIndex == other.m_roadIndex &&
43 m_isAtEndOfRoad == other.m_isAtEndOfRoad;
47 NavigationGraph* m_navGraph;