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

Function dBodySetLinearVel

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

Source from the content-addressed store, hash-verified

373
374
375void dBodySetLinearVel (dBodyID b, dReal x, dReal y, dReal z)
376{
377 dAASSERT (b);
378 b->lvel[0] = x;
379 b->lvel[1] = y;
380 b->lvel[2] = z;
381}
382
383
384void dBodySetAngularVel (dBodyID b, dReal x, dReal y, dReal z)

Callers 15

setLinearVelMethod · 0.85
RepairMethod · 0.85
FixBodyFunction · 0.85
VelocityLimitMethod · 0.85
ActivateBoxDynamicMethod · 0.85
CutVelocityMethod · 0.85
ActivateMethod · 0.85
PhDataUpdateMethod · 0.85
AnimToVelMethod · 0.85
set_LinearVelMethod · 0.85
CutVelocityMethod · 0.85
CutVelocityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected