#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. |
bool b2PairLessThan | ( | const b2Pair & | pair1, |
const b2Pair & | pair2 | ||
) | [inline] |
This is used to sort pairs.
Definition at line 132 of file b2BroadPhase.h.