| Linderdaum Engine: Arbiter Struct Reference | ![]() |
#include <BoxLite.h>
Public Types | |
| enum | { MAX_POINTS = 2 } |
Public Member Functions | |
| Arbiter (Body *b1, Body *b2) | |
| void | Update (Contact *contacts, int numContacts) |
| void | PreStep (float inv_dt) |
| void | ApplyImpulse () |
Public Attributes | |
| Contact | contacts [MAX_POINTS] |
| int | numContacts |
| Body * | body1 |
| Body * | body2 |
| float | friction |
| void Arbiter::ApplyImpulse | ( | ) |
| void Arbiter::PreStep | ( | float | inv_dt | ) |
| Contact Arbiter::contacts[MAX_POINTS] |