Panda3D
|
Public Member Functions | |
OdeLMotorJoint (OdeWorld &world) | |
OdeLMotorJoint (OdeWorld &world, OdeJointGroup &joint_group) | |
virtual TypeHandle | force_init_type () |
LVecBase3f | get_axis (int anum) const |
int | get_num_axes () const |
dReal | get_param (int parameter) const |
virtual TypeHandle | get_type () const |
MAKE_SEQ (get_axes, get_num_axes, get_axis) | |
void | set_axis (int anum, int rel, dReal x, dReal y, dReal z) |
void | set_axis (int anum, int rel, const LVecBase3f &axis) |
void | set_num_axes (int num) |
void | set_param (int parameter, dReal value) |
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 15 of file odeLMotorJoint.h.
static void OdeLMotorJoint::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 40 of file odeLMotorJoint.h.
References OdeJoint::init_type().