MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dBodyGetForce

Function dBodyGetForce

3rd_party/Src/ode/ode/src/ode.cpp:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575
576
577const dReal * dBodyGetForce (dBodyID b)
578{
579 dAASSERT (b);
580 return b->facc;
581}
582
583
584const dReal * dBodyGetTorque (dBodyID b)

Callers 7

getForceMethod · 0.85
BodyCutForceFunction · 0.85
DisablingMethod · 0.85
dBodyStateValideFunction · 0.85
getForceMethod · 0.85
getForceMethod · 0.85
PhTuneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected