OdeBallJoint

from panda3d.ode import OdeBallJoint
class OdeBallJoint

Bases:

Bases: OdeJoint

Inheritance diagram

Inheritance diagram of OdeBallJoint

__init__(world: OdeWorld)
__init__(world: OdeWorld, joint_group: OdeJointGroup)
getAnchor() panda3d.core.LVecBase3f
getAnchor2() panda3d.core.LVecBase3f
static getClassType() panda3d.core.TypeHandle
setAnchor(anchor: panda3d.core.LVecBase3f)
setAnchor(x: float, y: float, z: float)
setAnchor2(anchor: panda3d.core.LVecBase3f)
setAnchor2(x: float, y: float, z: float)