Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dBodyGetAngularVel
Function
dBodyGetAngularVel
3rd_party/Src/ode/ode/src/ode.cpp:421–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
419
420
421
const dReal * dBodyGetAngularVel (dBodyID b)
422
{
423
dAASSERT (b);
424
return b->avel;
425
}
426
427
428
void dBodySetMass (dBodyID b, const dMass *mass)
Callers
10
getAngularVel
Method · 0.85
Repair
Method · 0.85
Reinit
Method · 0.85
UpdateL1
Method · 0.85
dBodyStateValide
Function · 0.85
PhDataUpdate
Method · 0.85
get_AngularVel
Method · 0.85
CutVelocity
Method · 0.85
NotificatePart
Method · 0.85
new_state
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected