Home
last modified time | relevance | path

Searched refs:moveAlongSurface (Results 1 – 9 of 9) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/components/detournavigator/
H A Dfindsmoothpath.hpp111 … 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 DDetourPathCorridor.cpp454 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 DDetourPathCorridor.cpp449 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 DDetourNavMeshQuery.h307 dtStatus moveAlongSurface(dtPolyRef startRef, const float* startPos, const float* endPos,
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Detour/Include/
H A DDetourNavMeshQuery.h388 dtStatus moveAlongSurface(dtPolyRef startRef, const float* startPos, const float* endPos,
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DNavMeshTesterTool.cpp565 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 DNavigationMesh.cpp648 …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 DDetourNavMeshQuery.cpp1849 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 DDetourNavMeshQuery.cpp2033 dtStatus dtNavMeshQuery::moveAlongSurface(dtPolyRef startRef, const float* startPos, const float* e… in moveAlongSurface() function in dtNavMeshQuery