OdeLMotorJoint
from panda3d.ode import OdeLMotorJoint
- class OdeLMotorJoint
Bases:
OdeJoint
Inheritance diagram
- __init__(*args, **kwargs)
- getAxes()
- getAxis()
C++ Interface: get_axis(OdeLMotorJoint self, int anum)
- getClassType()
C++ Interface: get_class_type()
- getNumAxes()
C++ Interface: get_num_axes(OdeLMotorJoint self)
- getParam()
C++ Interface: get_param(OdeLMotorJoint self, int parameter)
- get_axes()
- get_axis()
C++ Interface: get_axis(OdeLMotorJoint self, int anum)
- get_class_type()
C++ Interface: get_class_type()
- get_num_axes()
C++ Interface: get_num_axes(OdeLMotorJoint self)
- get_param()
C++ Interface: get_param(OdeLMotorJoint self, int parameter)
- setAxis()
C++ Interface: set_axis(const OdeLMotorJoint self, int anum, int rel, const LVecBase3f axis) set_axis(const OdeLMotorJoint self, int anum, int rel, float x, float y, float z)
- setNumAxes()
C++ Interface: set_num_axes(const OdeLMotorJoint self, int num)
- setParam()
C++ Interface: set_param(const OdeLMotorJoint self, int parameter, float value)
- set_axis()
C++ Interface: set_axis(const OdeLMotorJoint self, int anum, int rel, const LVecBase3f axis) set_axis(const OdeLMotorJoint self, int anum, int rel, float x, float y, float z)
- set_num_axes()
C++ Interface: set_num_axes(const OdeLMotorJoint self, int num)
- set_param()
C++ Interface: set_param(const OdeLMotorJoint self, int parameter, float value)