17 INLINE PhysxJointLimitDesc::
18 PhysxJointLimitDesc() {
25 INLINE PhysxJointLimitDesc::
26 PhysxJointLimitDesc(
float value,
float restitution,
float hardness) {
29 _desc.restitution = restitution;
30 _desc.hardness = hardness;
36 INLINE PhysxJointLimitDesc::
37 ~PhysxJointLimitDesc() {