#include <ode-dbl/common.h>#include <ode-dbl/contact.h>

Go to the source code of this file.
Classes | |
| class | Substance |
| Physical substance definition, used for collision detection/treatment What we need is mu, slip and kp,kd parameter for the collision Definition of substance parameters: More... | |
| class | DebugSubstance |
Namespaces | |
| namespace | lpzrobots |
forward declarations | |
Typedefs | |
| typedef int(* | CollisionCallback )(dSurfaceParameters ¶ms, GlobalData &globaldata, void *userdata, dContact *contacts, int numContacts, dGeomID o1, dGeomID o2, const Substance &s1, const Substance &s2) |
| function to be called at a collision event between the two geoms. | |
1.6.3