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