15 #ifndef PHYSXCYLINDRICALJOINT_H
16 #define PHYSXCYLINDRICALJOINT_H
18 #include "pandabase.h"
20 #include "physxJoint.h"
21 #include "physx_includes.h"
35 INLINE ~PhysxCylindricalJoint();
42 INLINE NxJoint *ptr()
const {
return (NxJoint *)_ptr; };
44 void link(NxJoint *jointPtr);
48 NxCylindricalJoint *_ptr;
55 static void init_type() {
56 PhysxJoint::init_type();
57 register_type(_type_handle,
"PhysxCylindricalJoint",
58 PhysxJoint::get_class_type());
61 return get_class_type();
65 return get_class_type();
72 #include "physxCylindricalJoint.I"
74 #endif // PHYSXCYLINDRICALJOINT_H
Cylindrical Joints permit relative translational movement between two bodies along an axis...
Abstract base class for the different types of joints.
Descriptor class for sliding joint.
TypeHandle is the identifier used to differentiate C++ class types.