Klamp't  0.8.1
ContactDistance.h
1 #ifndef CONTACT_DISTANCE_H
2 #define CONTACT_DISTANCE_H
3 
5 
7 {
9  Real operator () (const ContactFeatureMapping& a,const ContactFeatureMapping& b) const ;
10  Real operator () (const ContactFeatureMapping& a,const ContactPoint& cp) const;
11 
12  Real normalWeight,angleWeight,wheelRollWeight,fixedWheelWeight;
13 };
14 
15 #endif
A mapping from a ContactFeature to a point on the environment.
Definition: ContactFeatureMapping.h:17
Defines the ContactFeatureMapping structure, load/save functions.
Definition: ContactDistance.h:6