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

Function dBodySetAngularVel

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

Source from the content-addressed store, hash-verified

382
383
384void dBodySetAngularVel (dBodyID b, dReal x, dReal y, dReal z)
385{
386 dAASSERT (b);
387 b->avel[0] = x;
388 b->avel[1] = y;
389 b->avel[2] = z;
390}
391
392
393const dReal * dBodyGetPosition (dBodyID b)

Callers 14

setAngularVelMethod · 0.85
RepairMethod · 0.85
FixBodyFunction · 0.85
ActivateBoxDynamicMethod · 0.85
CutVelocityMethod · 0.85
ActivateMethod · 0.85
PhDataUpdateMethod · 0.85
AnimToVelMethod · 0.85
set_AngularVelMethod · 0.85
CutVelocityMethod · 0.85
CutVelocityMethod · 0.85
PhDataUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected