15 #ifndef PHYSXFIXEDJOINT_H 16 #define PHYSXFIXEDJOINT_H 18 #include "pandabase.h" 20 #include "physxJoint.h" 21 #include "physx_includes.h" 34 INLINE ~PhysxFixedJoint();
41 INLINE NxJoint *ptr()
const {
return (NxJoint *)_ptr; };
43 void link(NxJoint *jointPtr);
54 static void init_type() {
55 PhysxJoint::init_type();
56 register_type(_type_handle,
"PhysxFixedJoint",
57 PhysxJoint::get_class_type());
60 return get_class_type();
64 return get_class_type();
71 #include "physxFixedJoint.I" 73 #endif // PHYSXFIXEDJOINT_H A fixed joint permits no relative movement between two bodies.
Abstract base class for the different types of joints.
TypeHandle is the identifier used to differentiate C++ class types.
Descriptor class for fixed joint.