Panda3D
|
Public Member Functions | |
void | enable_feedback (bool value) |
virtual TypeHandle | force_init_type () |
PN_stdfloat | get_applied_impulse () const |
PN_stdfloat | get_debug_draw_size () |
BulletRigidBodyNode * | get_rigid_body_a () |
BulletRigidBodyNode * | get_rigid_body_b () |
virtual TypeHandle | get_type () const |
virtual btTypedConstraint * | ptr () const =0 |
void | set_debug_draw_size (PN_stdfloat size) |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. |
Definition at line 30 of file bulletConstraint.h.
static void BulletConstraint::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from TypedReferenceCount.
Reimplemented in BulletSliderConstraint, BulletHingeConstraint, BulletConeTwistConstraint, BulletSphericalConstraint, and BulletGenericConstraint.
Definition at line 52 of file bulletConstraint.h.
References TypedReferenceCount::init_type().
Referenced by BulletGenericConstraint::init_type(), BulletSphericalConstraint::init_type(), BulletConeTwistConstraint::init_type(), BulletHingeConstraint::init_type(), and BulletSliderConstraint::init_type().