#include <ode/common.h>#include <ode/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... | |
Namespaces | |
| namespace | lpzrobots |
| read the installation PREFIX (to find data directory) | |
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.5.8