Home
last modified time | relevance | path

Searched refs:requestMoveVelocity (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/include/
H A DDetourCrowd.h316 bool requestMoveVelocity(const int idx, const float* vel);
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Include/
H A DDetourCrowd.h302 bool requestMoveVelocity(const int idx, const float* vel);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Navigation/
H A DCrowdAgent.cpp354 crowdManager_->GetCrowd()->requestMoveVelocity(agentCrowdId_, velocity.Data()); in SetTargetVelocity()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DCrowdTool.cpp725 crowd->requestMoveVelocity(m_agentDebug.idx, vel); in setMoveTarget()
735 crowd->requestMoveVelocity(i, vel); in setMoveTarget()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/source/
H A DDetourCrowd.cpp641 bool dtCrowd::requestMoveVelocity(const int idx, const float* vel) in requestMoveVelocity() function in dtCrowd
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Source/
H A DDetourCrowd.cpp630 bool dtCrowd::requestMoveVelocity(const int idx, const float* vel) in requestMoveVelocity() function in dtCrowd