Home
last modified time | relevance | path

Searched defs:navQuery (Results 1 – 2 of 2) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/components/detournavigator/
H A Dfindsmoothpath.cpp57 …ector<dtPolyRef> fixupShortcuts(const std::vector<dtPolyRef>& path, const dtNavMeshQuery& navQuery) in fixupShortcuts()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DNavMeshTesterTool.cpp120 static int fixupShortcuts(dtPolyRef* path, int npath, dtNavMeshQuery* navQuery) in fixupShortcuts()
169 static bool getSteerTarget(dtNavMeshQuery* navQuery, const float* startPos, const float* endPos, in getSteerTarget()