#include <HingeJoint.h>
Graphe d'héritage de la classe HingeJoint


Membres publics | |
| HingeJoint (SimRigidBody *rigidBody1, SimRigidBody *RigidBody2) | |
| virtual | ~HingeJoint () |
| void | set (char *name, char *value) |
| void | setAnchor (const Vector3 &anchor) |
| void | setAxis (const Vector3 &axis1) |
| void | setMaxForce (const Real maxForce1) |
| void | setTargetVelocity (const Real velocity) |
| Real | getAngle () |
| Real | getAngleRate () |
| void | setParam (const int odeparameter, const Real value) |
| Real | getParam (int odeparameter) const |
| void | print () const |
| void | swap () |
| void | setIsEnabled (const bool isEnabled) |
| RigidBody * | getRigidBody1 () |
| RigidBody * | getRigidBody2 () |
| virtual unsigned int | getConnectionCount () const |
| virtual int | getConnectionIndex (Connection *aConnection) const |
| virtual Connection * | getConnection (unsigned int index) |
| Graph * | getGraph () const |
| Vertex * | getVertex1 () const |
| Vertex * | getVertex2 () const |
| bool | getIsEnabled () const |
Membres protégés | |
| void | setGraph (Graph *aGraph) |
Attributs Protégés | |
| RigidBody * | rigidBody1 |
| RigidBody * | rigidBody2 |
| dJointID | joint |
| Graph * | graph |
| Vertex * | vertex1 |
| Vertex * | vertex2 |
| bool | isEnabled |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Redéfinie dans Edge. |
|
|
Redéfinie dans Edge. |
|
|
Redéfinie dans Edge. |
|
|
|
|
|
Redéfinie dans SimRigidBody. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Redéfinie à partir de SimJoint. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Redéfinie à partir de Controller. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Implémente Connection. |
|
|
Redéfinie dans Edge. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Redéfinie dans Edge. |
|
|
Redéfinie dans Edge. |
1.3.3