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

Function dWorldStepFast1

3rd_party/Src/ode/ode/src/stepfast.cpp:1059–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057
1058
1059void dWorldStepFast1 (dWorldID w, dReal stepsize, int maxiterations)
1060{
1061 dUASSERT (w, "bad world argument");
1062 dUASSERT (stepsize > 0, "stepsize must be > 0");
1063 processIslandsFast (w, stepsize, maxiterations);
1064}

Callers 1

stepFast1Method · 0.85

Calls 1

processIslandsFastFunction · 0.85

Tested by

no test coverage detected