15 #ifndef PHYSXPOINTINPLANEJOINTDESC_H
16 #define PHYSXPOINTINPLANEJOINTDESC_H
18 #include "pandabase.h"
20 #include "physxJointDesc.h"
21 #include "physx_includes.h"
32 INLINE ~PhysxPointInPlaneJointDesc();
34 INLINE
void set_to_default();
35 INLINE
bool is_valid()
const;
38 NxJointDesc *ptr()
const {
return (NxJointDesc *)&_desc; };
39 NxPointInPlaneJointDesc _desc;
42 #include "physxPointInPlaneJointDesc.I"
44 #endif // PHYSXPOINTINPLANEJOINTDESC_H
Abstract base class for joint descriptors.
Descriptor class for point-in-plane joint.