OdeSliderJoint
-
class OdeSliderJoint
Bases:
OdeJoint
Inheritance diagram
-
OdeSliderJoint(OdeWorld &world, OdeJointGroup &joint_group)
-
void add_force(dReal force)
-
LVecBase3f get_axis(void) const
-
static TypeHandle get_class_type(void)
-
dReal get_param_CFM(void) const
-
dReal get_param_bounce(void) const
-
dReal get_param_f_max(void) const
-
dReal get_param_fudge_factor(void) const
-
dReal get_param_hi_stop(void) const
-
dReal get_param_lo_stop(void) const
-
dReal get_param_stop_CFM(void) const
-
dReal get_param_stop_ERP(void) const
-
dReal get_param_vel(void) const
-
dReal get_position(void) const
-
dReal get_position_rate(void) const
-
void set_axis(dReal x, dReal y, dReal z)
-
void set_axis(LVecBase3f const &axis)
-
void set_axis_delta(dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az)
-
void set_axis_delta(LVecBase3f const &axis, LVecBase3f const &vec)
-
void set_param_CFM(dReal val)
-
void set_param_bounce(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)
-
OdeSliderJoint(OdeWorld &world, OdeJointGroup &joint_group)