13 #ifndef __ABCDAMPING_IGP_H
14 #define __ABCDAMPING_IGP_H
17 #include "Model/DampingIGP.h"
18 #include "Foundation/vec3.h"
35 void setPos(
const Vec3& p){m_pos=p;};
36 Vec3 getPos(){
return m_pos;};
37 void setNormal(
const Vec3& n){m_normal=n;};
38 Vec3 getNormal(){
return m_normal;};
39 void setC1(
double d){m_c1=d;};
40 double getC1(){
return m_c1;};
45 #endif // __ABCDAMPING_IGP_H