OdeJointCollection
from panda3d.ode import OdeJointCollection
- class OdeJointCollection
Bases:
DTOOL_SUPER_BASE
Inheritance diagram
- __init__(*args, **kwargs)
- addJoint()
C++ Interface: add_joint(const OdeJointCollection self, const OdeJoint joint)
- addJointsFrom()
C++ Interface: add_joints_from(const OdeJointCollection self, const OdeJointCollection other)
- add_joint()
C++ Interface: add_joint(const OdeJointCollection self, const OdeJoint joint)
- add_joints_from()
C++ Interface: add_joints_from(const OdeJointCollection self, const OdeJointCollection other)
- assign()
C++ Interface: assign(const OdeJointCollection self, const OdeJointCollection copy)
- clear()
C++ Interface: clear(const OdeJointCollection self)
- getJoint()
C++ Interface: get_joint(OdeJointCollection self, int index)
- getJoints()
- getNumJoints()
C++ Interface: get_num_joints(OdeJointCollection self)
- get_joint()
C++ Interface: get_joint(OdeJointCollection self, int index)
- get_joints()
- get_num_joints()
C++ Interface: get_num_joints(OdeJointCollection self)
- hasJoint()
C++ Interface: has_joint(OdeJointCollection self, const OdeJoint joint)
- has_joint()
C++ Interface: has_joint(OdeJointCollection self, const OdeJoint joint)
- isEmpty()
C++ Interface: is_empty(OdeJointCollection self)
- is_empty()
C++ Interface: is_empty(OdeJointCollection self)
- removeDuplicateJoints()
C++ Interface: remove_duplicate_joints(const OdeJointCollection self)
- removeJoint()
C++ Interface: remove_joint(const OdeJointCollection self, const OdeJoint joint)
- removeJointsFrom()
C++ Interface: remove_joints_from(const OdeJointCollection self, const OdeJointCollection other)
- remove_duplicate_joints()
C++ Interface: remove_duplicate_joints(const OdeJointCollection self)
- remove_joint()
C++ Interface: remove_joint(const OdeJointCollection self, const OdeJoint joint)
- remove_joints_from()
C++ Interface: remove_joints_from(const OdeJointCollection self, const OdeJointCollection other)