MCPcopy 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
393const dReal * dBodyGetPosition (dBodyID b)
394{
395 dAASSERT (b);
396 return b->pos;
397}
398
399
400const dReal * dBodyGetRotation (dBodyID b)

Callers 15

getPositionMethod · 0.85
RepairMethod · 0.85
ReinitMethod · 0.85
UpdateL1Method · 0.85
dBodyStateValideFunction · 0.85
CVelocityLimiterMethod · 0.85
PhDataUpdateMethod · 0.85
PhDataUpdateMethod · 0.85
ActivateBoxDynamicMethod · 0.85
CalculateDataMethod · 0.85
PhDataUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected