25class EXPCL_PANDAPHYSX PhysxSpringDesc {
28 INLINE PhysxSpringDesc();
29 INLINE PhysxSpringDesc(
float spring,
float damper=0,
float targetValue=0);
30 INLINE ~PhysxSpringDesc();
32 void set_spring(
float spring);
33 void set_damper(
float damper);
34 void set_target_value(
float target);
36 float get_spring()
const;
37 float get_damper()
const;
38 float get_target_value()
const;