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

Function dBodyGetAngularVel

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

Source from the content-addressed store, hash-verified

419
420
421const dReal * dBodyGetAngularVel (dBodyID b)
422{
423 dAASSERT (b);
424 return b->avel;
425}
426
427
428void dBodySetMass (dBodyID b, const dMass *mass)

Callers 10

getAngularVelMethod · 0.85
RepairMethod · 0.85
ReinitMethod · 0.85
UpdateL1Method · 0.85
dBodyStateValideFunction · 0.85
PhDataUpdateMethod · 0.85
get_AngularVelMethod · 0.85
CutVelocityMethod · 0.85
NotificatePartMethod · 0.85
new_stateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected