#include "b2_contact_solver.h"
#include "box2d/b2_body.h"
#include "box2d/b2_contact.h"
#include "box2d/b2_fixture.h"
#include "box2d/b2_stack_allocator.h"
#include "box2d/b2_world.h"
Go to the source code of this file.
Classes | |
struct | b2ContactPositionConstraint |
struct | b2PositionSolverManifold |
Macros | |
#define | B2_DEBUG_SOLVER 0 |
Variables | |
B2_API bool | g_blockSolve = true |
#define B2_DEBUG_SOLVER 0 |
Definition at line 32 of file b2_contact_solver.cpp.
B2_API bool g_blockSolve = true |
Definition at line 34 of file b2_contact_solver.cpp.