15 #ifndef PHYSXJOINTLIMITSOFTDESC_H
16 #define PHYSXJOINTLIMITSOFTDESC_H
18 #include "pandabase.h"
20 #include "physx_includes.h"
30 INLINE PhysxJointLimitSoftDesc(
float value,
float restitution,
float spring,
float damping);
31 INLINE ~PhysxJointLimitSoftDesc();
33 void set_value(
float value);
34 void set_restitution(
float restitution);
35 void set_spring(
float spring);
36 void set_damping(
float damping);
38 float get_value()
const;
39 float get_restitution()
const;
40 float get_spring()
const;
41 float get_damping()
const;
44 NxJointLimitSoftDesc _desc;
47 #include "physxJointLimitSoftDesc.I"
49 #endif // PHYSXJOINTLIMITSOFTDESC_H