OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
pathgrid.cpp File Reference
#include "pathgrid.hpp"
#include "../mwbase/world.hpp"
#include "../mwbase/environment.hpp"
#include "../mwworld/cellstore.hpp"
#include "../mwworld/esmstore.hpp"
Include dependency graph for pathgrid.cpp:

Namespaces

 anonymous_namespace{pathgrid.cpp}
 
 MWMechanics
 Game mechanics and NPC-AI.
 

Functions

float anonymous_namespace{pathgrid.cpp}::manhattan (const ESM::Pathgrid::Point &a, const ESM::Pathgrid::Point &b)
 
float anonymous_namespace{pathgrid.cpp}::costAStar (const ESM::Pathgrid::Point &a, const ESM::Pathgrid::Point &b)