20 #ifndef B2_TIME_STEP_H
21 #define B2_TIME_STEP_H
23 #include <Box2D/Common/b2Math.h>
32 float32 solveVelocity;
33 float32 solvePosition;
44 int32 velocityIterations;
45 int32 positionIterations;
46 int32 particleIterations;
Profiling data. Times are in milliseconds.
Definition: b2TimeStep.h:26
This is an internal structure.
Definition: b2TimeStep.h:51
Solver Data.
Definition: b2TimeStep.h:65
This is an internal structure.
Definition: b2TimeStep.h:39
This is an internal structure.
Definition: b2TimeStep.h:58
A 2D column vector.
Definition: b2Math.h:56