21 INLINE PhysxJointLimitDesc::
22 PhysxJointLimitDesc() {
31 INLINE PhysxJointLimitDesc::
32 PhysxJointLimitDesc(
float value,
float restitution,
float hardness) {
35 _desc.restitution = restitution;
36 _desc.hardness = hardness;
44 INLINE PhysxJointLimitDesc::
45 ~PhysxJointLimitDesc() {