#include <ode-dbl/common.h>
#include <ode-dbl/contact.h>
Go to the source code of this file.
|
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 |
|
|
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. More...
|
|