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)
get_axes() list
get_axis(anum: int) panda3d.core.LVecBase3f
static get_class_type() panda3d.core.TypeHandle
get_num_axes() int
get_param(parameter: int) float
set_axis(anum: int, rel: int, axis: panda3d.core.LVecBase3f)
set_axis(anum: int, rel: int, x: float, y: float, z: float)
set_num_axes(num: int)
set_param(parameter: int, value: float)