#include <Box2D/Common/b2Settings.h>
#include <Box2D/Collision/b2Collision.h>
#include <Box2D/Collision/b2DynamicTree.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | b2BroadPhase |
struct | b2Pair |
Functions | |
bool | b2PairLessThan (const b2Pair &pair1, const b2Pair &pair2) |
This is used to sort pairs. More... | |