#include <ode/objects.h>
Go to the source code of this file.
Functions | |
ODE_API int | dWorldParallelQuickStep (dWorldID w, dReal stepsize) |
ODE_API void | dWorldSetParallelQuickStepReduceType (dWorldID, int reduceType) |
ODE_API void | dWorldSetParallelQuickStepSyncType (dWorldID, int syncType) |
ODE_API int dWorldParallelQuickStep | ( | dWorldID | w, |
dReal | stepsize | ||
) |
Definition at line 10 of file parallel_quickstep.cpp.
ODE_API void dWorldSetParallelQuickStepReduceType | ( | dWorldID | , |
int | reduceType | ||
) |
Definition at line 32 of file parallel_quickstep.cpp.
ODE_API void dWorldSetParallelQuickStepSyncType | ( | dWorldID | , |
int | syncType | ||
) |
Definition at line 25 of file parallel_quickstep.cpp.