OdeJointCollection
from panda3d.ode import OdeJointCollection
- class OdeJointCollection
Bases:
Inheritance diagram
- __add__(other: OdeJointCollection) OdeJointCollection
- __iadd__(other: OdeJointCollection) OdeJointCollection
- __init__()
- __init__(copy: OdeJointCollection)
- addJointsFrom(other: OdeJointCollection)
- assign(copy: OdeJointCollection) OdeJointCollection
- clear()
- removeDuplicateJoints()
- removeJointsFrom(other: OdeJointCollection)
- size() int
Returns the number of joints in the collection. This is the same thing as
getNumJoints()
.