OdeLMotorJoint

from panda3d.ode import OdeLMotorJoint
class OdeLMotorJoint

Bases:

Bases: OdeJoint

Inheritance diagram

Inheritance diagram of OdeLMotorJoint

__init__(world: OdeWorld)
__init__(world: OdeWorld, joint_group: OdeJointGroup)
getAxes() list
getAxis(anum: int) panda3d.core.LVecBase3f
static getClassType() panda3d.core.TypeHandle
getNumAxes() int
getParam(parameter: int) float
setAxis(anum: int, rel: int, axis: panda3d.core.LVecBase3f)
setAxis(anum: int, rel: int, x: float, y: float, z: float)
setNumAxes(num: int)
setParam(parameter: int, value: float)