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