15 #ifndef PHYSXPRISMATICJOINTDESC_H 16 #define PHYSXPRISMATICJOINTDESC_H 18 #include "pandabase.h" 20 #include "physxJointDesc.h" 21 #include "physx_includes.h" 32 INLINE ~PhysxPrismaticJointDesc();
34 INLINE
void set_to_default();
35 INLINE
bool is_valid()
const;
38 NxJointDesc *ptr()
const {
return (NxJointDesc *)&_desc; };
39 NxPrismaticJointDesc _desc;
42 #include "physxPrismaticJointDesc.I" 44 #endif // PHYSXPRISMATICJOINTDESC_H Descriptor class for prismatic joint.
Abstract base class for joint descriptors.