/dports/games/openmw/openmw-openmw-0.47.0/components/detournavigator/ |
H A D | findsmoothpath.hpp | 111 … inline std::optional<MoveAlongSurfaceResult> moveAlongSurface(const dtNavMeshQuery& navMeshQuery, in moveAlongSurface() function 118 const auto status = navMeshQuery.moveAlongSurface(startRef, startPos.ptr(), endPos.ptr(), in moveAlongSurface() 185 …const auto result = moveAlongSurface(navMeshQuery, polygonPath.front(), iterPos, moveTgt, filter, … in makeSmoothPath()
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/source/ |
H A D | DetourPathCorridor.cpp | 454 dtStatus status = navquery->moveAlongSurface(m_path[0], m_pos, npos, filter, in movePosition() 492 dtStatus status = navquery->moveAlongSurface(m_path[m_npath-1], m_target, npos, filter, in moveTargetPosition()
|
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Source/ |
H A D | DetourPathCorridor.cpp | 449 dtStatus status = navquery->moveAlongSurface(m_path[0], m_pos, npos, filter, in movePosition() 487 dtStatus status = navquery->moveAlongSurface(m_path[m_npath-1], m_target, npos, filter, in moveTargetPosition()
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Detour/include/ |
H A D | DetourNavMeshQuery.h | 307 dtStatus moveAlongSurface(dtPolyRef startRef, const float* startPos, const float* endPos,
|
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Detour/Include/ |
H A D | DetourNavMeshQuery.h | 388 dtStatus moveAlongSurface(dtPolyRef startRef, const float* startPos, const float* endPos,
|
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/ |
H A D | NavMeshTesterTool.cpp | 565 m_navQuery->moveAlongSurface(m_pathIterPolys[0], m_iterPos, moveTgt, &m_filter, in handleToggle() 763 m_navQuery->moveAlongSurface(polys[0], iterPos, moveTgt, &m_filter, in recalc()
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Navigation/ |
H A D | NavigationMesh.cpp | 648 …navMeshQuery_->moveAlongSurface(startRef, &localStart.x_, &localEnd.x_, queryFilter, &resultPos.x_… in MoveAlongSurface()
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Detour/source/ |
H A D | DetourNavMeshQuery.cpp | 1849 dtStatus dtNavMeshQuery::moveAlongSurface(dtPolyRef startRef, const float* startPos, const float* e… in moveAlongSurface() function in dtNavMeshQuery
|
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Detour/Source/ |
H A D | DetourNavMeshQuery.cpp | 2033 dtStatus dtNavMeshQuery::moveAlongSurface(dtPolyRef startRef, const float* startPos, const float* e… in moveAlongSurface() function in dtNavMeshQuery
|