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

Function dBodySetTorque

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

Source from the content-addressed store, hash-verified

598
599
600void dBodySetTorque (dBodyID b, dReal x, dReal y, dReal z)
601{
602 dAASSERT (b);
603 b->tacc[0] = x;
604 b->tacc[1] = y;
605 b->tacc[2] = z;
606}
607
608
609void dBodyGetRelPointPos (dBodyID b, dReal px, dReal py, dReal pz,

Callers 5

setTorqueMethod · 0.85
FixBodyFunction · 0.85
BodyCutForceFunction · 0.85
PhDataUpdateMethod · 0.85
setTorqueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected