This is an internal structure. More...
#include <b2_time_step.h>
Public Attributes | |
float | dt |
float | dtRatio |
float | inv_dt |
int32 | positionIterations |
int32 | velocityIterations |
bool | warmStarting |
This is an internal structure.
Definition at line 42 of file b2_time_step.h.
float b2TimeStep::dt |
Definition at line 44 of file b2_time_step.h.
float b2TimeStep::dtRatio |
Definition at line 46 of file b2_time_step.h.
float b2TimeStep::inv_dt |
Definition at line 45 of file b2_time_step.h.
int32 b2TimeStep::positionIterations |
Definition at line 48 of file b2_time_step.h.
int32 b2TimeStep::velocityIterations |
Definition at line 47 of file b2_time_step.h.
bool b2TimeStep::warmStarting |
Definition at line 49 of file b2_time_step.h.