24class EXPCL_PANDAPHYSX PhysxJointLimitDesc {
27 INLINE PhysxJointLimitDesc();
28 INLINE PhysxJointLimitDesc(
float value,
float restitution,
float hardness);
29 INLINE ~PhysxJointLimitDesc();
31 void set_value(
float value);
32 void set_restitution(
float restitution);
33 void set_hardness(
float hardness);
35 float get_value()
const;
36 float get_restitution()
const;
37 float get_hardness()
const;
40 NxJointLimitDesc _desc;