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

Function dBodySetForce

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

Source from the content-addressed store, hash-verified

589
590
591void dBodySetForce (dBodyID b, dReal x, dReal y, dReal z)
592{
593 dAASSERT (b);
594 b->facc[0] = x;
595 b->facc[1] = y;
596 b->facc[2] = z;
597}
598
599
600void dBodySetTorque (dBodyID b, dReal x, dReal y, dReal z)

Callers 8

setForceMethod · 0.85
FixBodyFunction · 0.85
BodyCutForceFunction · 0.85
ActivateBoxDynamicMethod · 0.85
setForceMethod · 0.85
PhDataUpdateMethod · 0.85
setForceMethod · 0.85
ApplyImpulseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected