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

Function dBodyAddForce

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

Source from the content-addressed store, hash-verified

445
446
447void dBodyAddForce (dBodyID b, dReal fx, dReal fy, dReal fz)
448{
449 dAASSERT (b);
450 b->facc[0] += fx;
451 b->facc[1] += fy;
452 b->facc[2] += fz;
453}
454
455
456void dBodyAddTorque (dBodyID b, dReal fx, dReal fy, dReal fz)

Callers 12

addLimotMethod · 0.85
dJointAddSliderForceFunction · 0.85
addForceMethod · 0.85
ApplyGravityAccelFunction · 0.85
ApplyMethod · 0.85
TTestDepthCallbackFunction · 0.85
PhTuneMethod · 0.85
PhDataUpdateMethod · 0.85
applyForceMethod · 0.85
ApplyForceMethod · 0.85
PhDataUpdateMethod · 0.85
PhTuneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected