Panda3D
|
Public Member Functions | |
__init__ () | |
__init__ (const OdeJointCollection copy) | |
addJoint (const OdeJoint joint) | |
addJointsFrom (const OdeJointCollection other) | |
clear () | |
OdeJoint | getJoint (int index) |
list | getJoints () |
int | getNumJoints () |
bool | hasJoint (const OdeJoint joint) |
bool | isEmpty () |
OdeJointCollection | operator+ (const OdeJointCollection other) |
OdeJointCollection | operator+= (const OdeJointCollection other) |
OdeJointCollection | operator= (const OdeJointCollection copy) |
OdeJoint | operator[] (int index) |
removeDuplicateJoints () | |
bool | removeJoint (const OdeJoint joint) |
removeJointsFrom (const OdeJointCollection other) | |
int | size () |
Returns the number of joints in the collection. More... | |
__init__ | ( | ) |
__init__ | ( | const OdeJointCollection | copy | ) |
addJoint | ( | const OdeJoint | joint | ) |
addJointsFrom | ( | const OdeJointCollection | other | ) |
clear | ( | ) |
OdeJoint getJoint | ( | int | index | ) |
list getJoints | ( | ) |
int getNumJoints | ( | ) |
bool hasJoint | ( | const OdeJoint | joint | ) |
bool isEmpty | ( | ) |
OdeJointCollection operator+ | ( | const OdeJointCollection | other | ) |
OdeJointCollection operator+= | ( | const OdeJointCollection | other | ) |
OdeJointCollection operator= | ( | const OdeJointCollection | copy | ) |
OdeJoint operator[] | ( | int | index | ) |
removeDuplicateJoints | ( | ) |
bool removeJoint | ( | const OdeJoint | joint | ) |
removeJointsFrom | ( | const OdeJointCollection | other | ) |
int size | ( | ) |
Returns the number of joints in the collection.
This is the same thing as get_num_joints().