15 #ifndef PHYSXPOINTONLINEJOINT_H 16 #define PHYSXPOINTONLINEJOINT_H 18 #include "pandabase.h" 20 #include "physxJoint.h" 21 #include "physx_includes.h" 38 INLINE ~PhysxPointOnLineJoint();
45 INLINE NxJoint *ptr()
const {
return (NxJoint *)_ptr; };
47 void link(NxJoint *jointPtr);
51 NxPointOnLineJoint *_ptr;
58 static void init_type() {
59 PhysxJoint::init_type();
60 register_type(_type_handle,
"PhysxPointOnLineJoint",
61 PhysxJoint::get_class_type());
64 return get_class_type();
68 return get_class_type();
75 #include "physxPointOnLineJoint.I" 77 #endif // PHYSXPOINTONLINEJOINT_H A point on line joint constrains a point on one body to only move along a line attached to another bo...
Abstract base class for the different types of joints.
Descriptor class for point-on-line joint.
TypeHandle is the identifier used to differentiate C++ class types.