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

Function dBodyGetLinearVel

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

Source from the content-addressed store, hash-verified

412
413
414const dReal * dBodyGetLinearVel (dBodyID b)
415{
416 dAASSERT (b);
417 return b->lvel;
418}
419
420
421const dReal * dBodyGetAngularVel (dBodyID b)

Callers 15

getLinearVelMethod · 0.85
RepairMethod · 0.85
E_NlSFunction · 0.85
E_NLDFunction · 0.85
ReinitMethod · 0.85
UpdateL1Method · 0.85
ApplyMethod · 0.85
dBodyStateValideFunction · 0.85
CVelocityLimiterMethod · 0.85
VelocityLimitMethod · 0.85
PhDataUpdateMethod · 0.85
JumpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected