25class EXPCL_PANDAPHYSX PhysxPointInPlaneJointDesc :
public PhysxJointDesc {
28 INLINE PhysxPointInPlaneJointDesc();
29 INLINE ~PhysxPointInPlaneJointDesc();
35 NxJointDesc *ptr()
const {
return (NxJointDesc *)&_desc; };
36 NxPointInPlaneJointDesc _desc;