#include <flatland.hpp>
Definition at line 132 of file flatland.hpp.
Public Member Functions | |
| ContactList () | |
| void | Reset (Object *o1, Object *o2) |
| Object * | Self () |
| Object * | Other () |
| void | ToggleNormalInversion () |
| void | AddContact (const vec2 &position, const vec2 &normal, float depth) |
| void | Finalize () |
| void | CreateJoints (dWorldID world, dJointGroupID contactGroup) const |
| int | Count () const |
Static Public Attributes | |
| static const int | Max = 64 |
Private Attributes | |
| Object * | o1 |
| Object * | o2 |
| dContact | contacts [Max] |
| int | count |
| bool | invertNormals |