21 INLINE PhysxJointDriveDesc::
22 PhysxJointDriveDesc() {
31 INLINE PhysxJointDriveDesc::
32 PhysxJointDriveDesc(
float spring,
float damping,
float forceLimit) {
34 _desc.spring = spring;
35 _desc.damping = damping;
36 _desc.forceLimit = forceLimit;
44 INLINE PhysxJointDriveDesc::
45 ~PhysxJointDriveDesc() {