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