Panda3D
|
Public Member Functions | |
OdeHingeJoint (OdeWorld &world) | |
OdeHingeJoint (OdeWorld &world, OdeJointGroup &joint_group) | |
void | add_torque (dReal torque) |
virtual TypeHandle | force_init_type () |
LVecBase3f | get_anchor () const |
LVecBase3f | get_anchor2 () const |
dReal | get_angle () const |
dReal | get_angle_rate () const |
LVecBase3f | get_axis () const |
dReal | get_param_bounce () const |
dReal | get_param_CFM () const |
dReal | get_param_f_max () const |
dReal | get_param_fudge_factor () const |
dReal | get_param_hi_stop () const |
dReal | get_param_lo_stop () const |
dReal | get_param_stop_CFM () const |
dReal | get_param_stop_ERP () const |
dReal | get_param_vel () const |
virtual TypeHandle | get_type () const |
void | set_anchor (dReal x, dReal y, dReal z) |
void | set_anchor (const LVecBase3f &anchor) |
void | set_anchor_delta (dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az) |
void | set_anchor_delta (const LVecBase3f &anchor, const LVecBase3f &vec) |
void | set_axis (dReal x, dReal y, dReal z) |
void | set_axis (const LVecBase3f &axis) |
void | set_param_bounce (dReal val) |
void | set_param_CFM (dReal val) |
void | set_param_f_max (dReal val) |
void | set_param_fudge_factor (dReal val) |
void | set_param_hi_stop (dReal val) |
void | set_param_lo_stop (dReal val) |
void | set_param_stop_CFM (dReal val) |
void | set_param_stop_ERP (dReal val) |
void | set_param_vel (dReal val) |
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 odeHingeJoint.h.
static void OdeHingeJoint::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 64 of file odeHingeJoint.h.
References OdeJoint::init_type().