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)
get_anchor() panda3d.core.LVecBase3f
get_anchor2() panda3d.core.LVecBase3f
static get_class_type() panda3d.core.TypeHandle
set_anchor(anchor: panda3d.core.LVecBase3f)
set_anchor(x: float, y: float, z: float)
set_anchor2(anchor: panda3d.core.LVecBase3f)
set_anchor2(x: float, y: float, z: float)