Panda3D
|
Public Member Functions | |
OdeBallJoint (OdeWorld &world) | |
OdeBallJoint (OdeWorld &world, OdeJointGroup &joint_group) | |
virtual TypeHandle | force_init_type () |
LVecBase3f | get_anchor () const |
LVecBase3f | get_anchor2 () const |
virtual TypeHandle | get_type () const |
void | set_anchor (dReal x, dReal y, dReal z) |
void | set_anchor (const LVecBase3f &anchor) |
void | set_anchor2 (dReal x, dReal y, dReal z) |
void | set_anchor2 (const LVecBase3f &anchor) |
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. | |
Friends | |
class | OdeJoint |
Definition at line 16 of file odeBallJoint.h.
static void OdeBallJoint::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 OdeJoint.
Definition at line 39 of file odeBallJoint.h.
References OdeJoint::init_type().