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

Function dWorldQuickStep

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

Source from the content-addressed store, hash-verified

1319
1320
1321void dWorldQuickStep (dWorldID w, dReal stepsize)
1322{
1323 dUASSERT (w,"bad world argument");
1324 dUASSERT (stepsize > 0,"stepsize must be > 0");
1325 dxProcessIslands (w,stepsize,&dxQuickStepper);
1326}
1327
1328
1329void dWorldImpulseToForce (dWorldID w, dReal stepsize,

Callers 1

StepMethod · 0.85

Calls 1

dxProcessIslandsFunction · 0.85

Tested by

no test coverage detected