Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dBodyGetPosition
Function
dBodyGetPosition
3rd_party/Src/ode/ode/src/ode.cpp:393–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
392
393
const dReal * dBodyGetPosition (dBodyID b)
394
{
395
dAASSERT (b);
396
return b->pos;
397
}
398
399
400
const dReal * dBodyGetRotation (dBodyID b)
Callers
15
getPosition
Method · 0.85
Repair
Method · 0.85
Reinit
Method · 0.85
UpdateL1
Method · 0.85
dBodyStateValide
Function · 0.85
CVelocityLimiter
Method · 0.85
PhDataUpdate
Method · 0.85
PhDataUpdate
Method · 0.85
ActivateBoxDynamic
Method · 0.85
CalculateR_N_PosOfChilds
Method · 0.85
CalculateData
Method · 0.85
PhDataUpdate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected