15 #ifndef PHYSXPOINTINPLANEJOINT_H 16 #define PHYSXPOINTINPLANEJOINT_H 18 #include "pandabase.h" 20 #include "physxJoint.h" 21 #include "physx_includes.h" 39 INLINE ~PhysxPointInPlaneJoint();
46 INLINE NxJoint *ptr()
const {
return (NxJoint *)_ptr; };
48 void link(NxJoint *jointPtr);
52 NxPointInPlaneJoint *_ptr;
59 static void init_type() {
60 PhysxJoint::init_type();
61 register_type(_type_handle,
"PhysxPointInPlaneJoint",
62 PhysxJoint::get_class_type());
65 return get_class_type();
69 return get_class_type();
76 #include "physxPointInPlaneJoint.I" 78 #endif // PHYSXPOINTINPLANEJOINT_H Abstract base class for the different types of joints.
Descriptor class for point-in-plane joint.
A point in plane joint constrains a point on one body to only move inside a plane attached to another...
TypeHandle is the identifier used to differentiate C++ class types.