#include <ode/common.h>
#include <ode/contact.h>
Include dependency graph for substance.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | lpzrobots |
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... | |
Typedefs | |
typedef int(*) | lpzrobots::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. |