Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dBodyGetLinearVel
Function
dBodyGetLinearVel
3rd_party/Src/ode/ode/src/ode.cpp:414–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
413
414
const dReal * dBodyGetLinearVel (dBodyID b)
415
{
416
dAASSERT (b);
417
return b->lvel;
418
}
419
420
421
const dReal * dBodyGetAngularVel (dBodyID b)
Callers
15
getLinearVel
Method · 0.85
Repair
Method · 0.85
E_NlS
Function · 0.85
E_NLD
Function · 0.85
Reinit
Method · 0.85
UpdateL1
Method · 0.85
Apply
Method · 0.85
dBodyStateValide
Function · 0.85
CVelocityLimiter
Method · 0.85
VelocityLimit
Method · 0.85
PhDataUpdate
Method · 0.85
Jump
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected