#include <b2ContactSolver.h>
Public Attributes | |
b2StackAllocator * | allocator |
b2Contact ** | contacts |
int32 | count |
b2Position * | positions |
b2TimeStep | step |
b2Velocity * | velocities |
Definition at line 59 of file b2ContactSolver.h.
b2StackAllocator* b2ContactSolverDef::allocator |
Definition at line 66 of file b2ContactSolver.h.
b2Contact** b2ContactSolverDef::contacts |
Definition at line 62 of file b2ContactSolver.h.
int32 b2ContactSolverDef::count |
Definition at line 63 of file b2ContactSolver.h.
b2Position* b2ContactSolverDef::positions |
Definition at line 64 of file b2ContactSolver.h.
b2TimeStep b2ContactSolverDef::step |
Definition at line 61 of file b2ContactSolver.h.
b2Velocity* b2ContactSolverDef::velocities |
Definition at line 65 of file b2ContactSolver.h.