20 #ifndef _CONTACT_KINEMATICS_POINT_AREA_H_
21 #define _CONTACT_KINEMATICS_POINT_AREA_H_
23 #include "contact_kinematics.h"
24 #include "mbsim/mbsim_event.h"
41 virtual void updateg(
double &g, std::vector<ContourFrame*> &cFrame,
int index = 0);
42 virtual void updatewb(
fmatvec::Vec &wb,
double g, std::vector<ContourFrame*> &cFrame) {
throw MBSimError(
"(ContactKinematicsPointPlate::updatewb): Not implemented!"); };
RigidContour Plate.
Definition: plate.h:37
basic error class for mbsim
Definition: mbsim_event.h:38
most primitive contour: the point (no extention)
Definition: point.h:35