OdeJointCollection
-
class OdeJointCollection
Inheritance diagram
-
OdeJointCollection(void)
-
OdeJointCollection(OdeJointCollection const ©)
-
void add_joints_from(OdeJointCollection const &other)
-
void clear(void)
-
int get_num_joints(void) const
-
bool is_empty(void) const
-
void remove_duplicate_joints(void)
-
void remove_joints_from(OdeJointCollection const &other)
-
int size(void) const
Returns the number of joints in the collection. This is the same thing as
get_num_joints()
.
-
OdeJointCollection(void)