|
GCOP
1.0
|
#include <body2dmanifold.h>


Public Member Functions | |
| void | Lift (Vector6d &dx, const Body2dState &xa, const Body2dState &xb) |
| void | Retract (Body2dState &xb, const Body2dState &xa, const Vector6d &dx) |
| void | dtau (Matrix6d &M, const Vector6d &v) |
| void | Adtau (Matrix6d &M, const Vector6d &v) |
Static Public Member Functions | |
| static Body2dManifold & | Instance () |
| void Body2dManifold::Adtau | ( | Matrix6d & | M, |
| const Vector6d & | v | ||
| ) |
| void Body2dManifold::dtau | ( | Matrix6d & | M, |
| const Vector6d & | v | ||
| ) |
| Body2dManifold & Body2dManifold::Instance | ( | ) | [static] |
| void Body2dManifold::Lift | ( | Vector6d & | dx, |
| const Body2dState & | xa, | ||
| const Body2dState & | xb | ||
| ) |
References Instance().
| void Body2dManifold::Retract | ( | Body2dState & | xb, |
| const Body2dState & | xa, | ||
| const Vector6d & | dx | ||
| ) |
References Instance().
1.7.6.1