OdeSliderJoint

from panda3d.ode import OdeSliderJoint
class OdeSliderJoint

Bases:

Bases: OdeJoint

Inheritance diagram

Inheritance diagram of OdeSliderJoint

__init__(world: OdeWorld)
__init__(world: OdeWorld, joint_group: OdeJointGroup)
addForce(force: float)
getAxis() panda3d.core.LVecBase3f
static getClassType() panda3d.core.TypeHandle
getParamBounce() float
getParamCFM() float
getParamFMax() float
getParamFudgeFactor() float
getParamHiStop() float
getParamLoStop() float
getParamStopCFM() float
getParamStopERP() float
getParamVel() float
getPosition() float
getPositionRate() float
setAxis(axis: panda3d.core.LVecBase3f)
setAxis(x: float, y: float, z: float)
setAxisDelta(axis: panda3d.core.LVecBase3f, vec: panda3d.core.LVecBase3f)
setAxisDelta(x: float, y: float, z: float, ax: float, ay: float, az: float)
setParamBounce(val: float)
setParamCFM(val: float)
setParamFMax(val: float)
setParamFudgeFactor(val: float)
setParamHiStop(val: float)
setParamLoStop(val: float)
setParamStopCFM(val: float)
setParamStopERP(val: float)
setParamVel(val: float)