7 #include "Navigation.h"
8 #include "DoublePlane.h"
9 #include "VectorMathDecl.h"
11 #include "CubeMapCellInfo.h"
25 const std::vector<const NavGraphRoadFittingInfo*>& roadSplines,
26 const std::vector<Geometry::DoublePlane>& cellBoundaryPlanes);
33 const std::vector<const NavGraphRoadFittingInfo*>& Values()
const {
return m_roadSplines; }
36 float DistanceToCellBoundary(
const v3& point)
const;
38 static float DistanceToCellBoundary(
const v3& point,
const dv3& cellOrigin,
const std::vector<Geometry::DoublePlane>& cellBoundaryPlanes);
46 std::vector<const NavGraphRoadFittingInfo*> m_roadSplines;
48 std::vector<Geometry::DoublePlane> m_cellBoundaryPlanes;