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

Function dWorldStep

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

Source from the content-addressed store, hash-verified

1311
1312
1313void dWorldStep (dWorldID w, dReal stepsize)
1314{
1315 dUASSERT (w,"bad world argument");
1316 dUASSERT (stepsize > 0,"stepsize must be > 0");
1317 dxProcessIslands (w,stepsize,&dInternalStepIsland);
1318}
1319
1320
1321void dWorldQuickStep (dWorldID w, dReal stepsize)

Callers 2

stepMethod · 0.85
StepMethod · 0.85

Calls 1

dxProcessIslandsFunction · 0.85

Tested by

no test coverage detected