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

Function dBodyGetTorque

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

Source from the content-addressed store, hash-verified

582
583
584const dReal * dBodyGetTorque (dBodyID b)
585{
586 dAASSERT (b);
587 return b->tacc;
588}
589
590
591void dBodySetForce (dBodyID b, dReal x, dReal y, dReal z)

Callers 5

getTorqueMethod · 0.85
BodyCutForceFunction · 0.85
DisablingMethod · 0.85
dBodyStateValideFunction · 0.85
getTorqueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected