17 INLINE PhysxJointDriveDesc::
18 PhysxJointDriveDesc() {
25 INLINE PhysxJointDriveDesc::
26 PhysxJointDriveDesc(
float spring,
float damping,
float forceLimit) {
28 _desc.spring = spring;
29 _desc.damping = damping;
30 _desc.forceLimit = forceLimit;
36 INLINE PhysxJointDriveDesc::
37 ~PhysxJointDriveDesc() {