#include <RBDyn/RBDyn/MultiBodyGraph.h>
|
| | Arc () |
| |
| | Arc (sva::PTransformd X0, const Joint &j, bool forward, std::shared_ptr< Node > n) |
| |
|
| sva::PTransformd | X |
| | Position of the joint in body coordinate.
|
| |
| Joint | joint |
| | Joint with right direction.
|
| |
| std::shared_ptr< Node > | next |
| | successor node.
|
| |
.Arc of the multibody graph. Represent a joint of a body.
◆ Arc() [1/2]
| rbd::MultiBodyGraph::Arc::Arc |
( |
| ) |
|
|
inline |
◆ Arc() [2/2]
| rbd::MultiBodyGraph::Arc::Arc |
( |
sva::PTransformd |
X0, |
|
|
const Joint & |
j, |
|
|
bool |
forward, |
|
|
std::shared_ptr< Node > |
n |
|
) |
| |
|
inline |
◆ joint
| Joint rbd::MultiBodyGraph::Arc::joint |
Joint with right direction.
◆ next
| std::shared_ptr<Node> rbd::MultiBodyGraph::Arc::next |
| sva::PTransformd rbd::MultiBodyGraph::Arc::X |
Position of the joint in body coordinate.
The documentation for this struct was generated from the following file: