OdeAMotorJoint
from panda3d.ode import OdeAMotorJoint
- class OdeAMotorJoint
- Bases: - OdeJoint- Inheritance diagram - __init__(*args, **kwargs)
 - addTorques()
- C++ Interface: add_torques(const OdeAMotorJoint self, float torque1, float torque2, float torque3) 
 - add_torques()
- C++ Interface: add_torques(const OdeAMotorJoint self, float torque1, float torque2, float torque3) 
 - getAngle()
- C++ Interface: get_angle(OdeAMotorJoint self, int anum) 
 - getAngleRate()
- C++ Interface: get_angle_rate(OdeAMotorJoint self, int anum) 
 - getAxes()
 - getAxis()
- C++ Interface: get_axis(OdeAMotorJoint self, int anum) 
 - getAxisRel()
- C++ Interface: get_axis_rel(OdeAMotorJoint self, int anum) 
 - getClassType()
- C++ Interface: get_class_type() 
 - getMode()
- C++ Interface: get_mode(OdeAMotorJoint self) 
 - getNumAxes()
- C++ Interface: get_num_axes(OdeAMotorJoint self) 
 - getParamBounce()
- C++ Interface: get_param_bounce(OdeAMotorJoint self, int axis) 
 - getParamCFM()
- C++ Interface: get_param_CFM(OdeAMotorJoint self, int axis) 
 - getParamFMax()
- C++ Interface: get_param_f_max(OdeAMotorJoint self, int axis) 
 - getParamFudgeFactor()
- C++ Interface: get_param_fudge_factor(OdeAMotorJoint self, int axis) 
 - getParamHiStop()
- C++ Interface: get_param_hi_stop(OdeAMotorJoint self, int axis) 
 - getParamLoStop()
- C++ Interface: get_param_lo_stop(OdeAMotorJoint self, int axis) 
 - getParamStopCFM()
- C++ Interface: get_param_stop_CFM(OdeAMotorJoint self, int axis) 
 - getParamStopERP()
- C++ Interface: get_param_stop_ERP(OdeAMotorJoint self, int axis) 
 - getParamVel()
- C++ Interface: get_param_vel(OdeAMotorJoint self, int axis) 
 - get_angle()
- C++ Interface: get_angle(OdeAMotorJoint self, int anum) 
 - get_angle_rate()
- C++ Interface: get_angle_rate(OdeAMotorJoint self, int anum) 
 - get_axes()
 - get_axis()
- C++ Interface: get_axis(OdeAMotorJoint self, int anum) 
 - get_axis_rel()
- C++ Interface: get_axis_rel(OdeAMotorJoint self, int anum) 
 - get_class_type()
- C++ Interface: get_class_type() 
 - get_mode()
- C++ Interface: get_mode(OdeAMotorJoint self) 
 - get_num_axes()
- C++ Interface: get_num_axes(OdeAMotorJoint self) 
 - get_param_CFM()
- C++ Interface: get_param_CFM(OdeAMotorJoint self, int axis) 
 - get_param_bounce()
- C++ Interface: get_param_bounce(OdeAMotorJoint self, int axis) 
 - get_param_f_max()
- C++ Interface: get_param_f_max(OdeAMotorJoint self, int axis) 
 - get_param_fudge_factor()
- C++ Interface: get_param_fudge_factor(OdeAMotorJoint self, int axis) 
 - get_param_hi_stop()
- C++ Interface: get_param_hi_stop(OdeAMotorJoint self, int axis) 
 - get_param_lo_stop()
- C++ Interface: get_param_lo_stop(OdeAMotorJoint self, int axis) 
 - get_param_stop_CFM()
- C++ Interface: get_param_stop_CFM(OdeAMotorJoint self, int axis) 
 - get_param_stop_ERP()
- C++ Interface: get_param_stop_ERP(OdeAMotorJoint self, int axis) 
 - get_param_vel()
- C++ Interface: get_param_vel(OdeAMotorJoint self, int axis) 
 - setAngle()
- C++ Interface: set_angle(const OdeAMotorJoint self, int anum, float angle) 
 - setAxis()
- C++ Interface: set_axis(const OdeAMotorJoint self, int anum, int rel, const LVecBase3f axis) set_axis(const OdeAMotorJoint self, int anum, int rel, float x, float y, float z) 
 - setMode()
- C++ Interface: set_mode(const OdeAMotorJoint self, int mode) 
 - setNumAxes()
- C++ Interface: set_num_axes(const OdeAMotorJoint self, int num) 
 - setParamBounce()
- C++ Interface: set_param_bounce(const OdeAMotorJoint self, int axis, float val) 
 - setParamCFM()
- C++ Interface: set_param_CFM(const OdeAMotorJoint self, int axis, float val) 
 - setParamFMax()
- C++ Interface: set_param_f_max(const OdeAMotorJoint self, int axis, float val) 
 - setParamFudgeFactor()
- C++ Interface: set_param_fudge_factor(const OdeAMotorJoint self, int axis, float val) 
 - setParamHiStop()
- C++ Interface: set_param_hi_stop(const OdeAMotorJoint self, int axis, float val) 
 - setParamLoStop()
- C++ Interface: set_param_lo_stop(const OdeAMotorJoint self, int axis, float val) 
 - setParamStopCFM()
- C++ Interface: set_param_stop_CFM(const OdeAMotorJoint self, int axis, float val) 
 - setParamStopERP()
- C++ Interface: set_param_stop_ERP(const OdeAMotorJoint self, int axis, float val) 
 - setParamVel()
- C++ Interface: set_param_vel(const OdeAMotorJoint self, int axis, float val) 
 - set_angle()
- C++ Interface: set_angle(const OdeAMotorJoint self, int anum, float angle) 
 - set_axis()
- C++ Interface: set_axis(const OdeAMotorJoint self, int anum, int rel, const LVecBase3f axis) set_axis(const OdeAMotorJoint self, int anum, int rel, float x, float y, float z) 
 - set_mode()
- C++ Interface: set_mode(const OdeAMotorJoint self, int mode) 
 - set_num_axes()
- C++ Interface: set_num_axes(const OdeAMotorJoint self, int num) 
 - set_param_CFM()
- C++ Interface: set_param_CFM(const OdeAMotorJoint self, int axis, float val) 
 - set_param_bounce()
- C++ Interface: set_param_bounce(const OdeAMotorJoint self, int axis, float val) 
 - set_param_f_max()
- C++ Interface: set_param_f_max(const OdeAMotorJoint self, int axis, float val) 
 - set_param_fudge_factor()
- C++ Interface: set_param_fudge_factor(const OdeAMotorJoint self, int axis, float val) 
 - set_param_hi_stop()
- C++ Interface: set_param_hi_stop(const OdeAMotorJoint self, int axis, float val) 
 - set_param_lo_stop()
- C++ Interface: set_param_lo_stop(const OdeAMotorJoint self, int axis, float val) 
 - set_param_stop_CFM()
- C++ Interface: set_param_stop_CFM(const OdeAMotorJoint self, int axis, float val) 
 - set_param_stop_ERP()
- C++ Interface: set_param_stop_ERP(const OdeAMotorJoint self, int axis, float val) 
 - set_param_vel()
- C++ Interface: set_param_vel(const OdeAMotorJoint self, int axis, float val) 
 
