|
Biorbd
|
Pair of 2 muscles points. More...
#include <WrappingCylinder.h>
Public Member Functions | |
| NodeMusclePair (const biorbd::utils::Vector3d &p1, const biorbd::utils::Vector3d &p2) | |
| Construct a node muscle pair. More... | |
Public Attributes | |
| std::shared_ptr< biorbd::utils::Vector3d > | m_p1 |
| Point 1. | |
| std::shared_ptr< biorbd::utils::Vector3d > | m_p2 |
| Point 2. | |
Pair of 2 muscles points.
Definition at line 158 of file WrappingCylinder.h.
|
inline |
Construct a node muscle pair.
| p1 | Point 1 |
| p2 | Point 2 |
Definition at line 165 of file WrappingCylinder.h.
1.8.18