|
Biorbd
|
Wrapper of the Eigen::Matrix<double, 6, 1> or Casadi::MX(6, 1) More...
#include <SpatialVector.h>
Public Member Functions | |
| SpatialVector () | |
| Construct SpatialVector. | |
| SpatialVector (const biorbd::utils::SpatialVector &other) | |
| Construct SpatialVector from Casadi SpatialVector. More... | |
| SpatialVector (biorbd::utils::Scalar v1, biorbd::utils::Scalar v2, biorbd::utils::Scalar v3, biorbd::utils::Scalar v4, biorbd::utils::Scalar v5, biorbd::utils::Scalar v6) | |
| Construct SpatialVector by its values. More... | |
| void | operator= (const biorbd::utils::SpatialVector &other) |
| operator= For submatrices More... | |
Wrapper of the Eigen::Matrix<double, 6, 1> or Casadi::MX(6, 1)
Definition at line 17 of file SpatialVector.h.
| biorbd::utils::SpatialVector::SpatialVector | ( | const biorbd::utils::SpatialVector & | other | ) |
Construct SpatialVector from Casadi SpatialVector.
| other | The SpatialVector to copy |
Definition at line 14 of file SpatialVector.cpp.
| biorbd::utils::SpatialVector::SpatialVector | ( | biorbd::utils::Scalar | v1, |
| biorbd::utils::Scalar | v2, | ||
| biorbd::utils::Scalar | v3, | ||
| biorbd::utils::Scalar | v4, | ||
| biorbd::utils::Scalar | v5, | ||
| biorbd::utils::Scalar | v6 | ||
| ) |
Construct SpatialVector by its values.
| v1 | First element |
| v2 | Second element |
| v3 | Third element |
| v4 | Forth element |
| v5 | Fifth element |
| v6 | Sixth element |
Definition at line 21 of file SpatialVector.cpp.
| void biorbd::utils::SpatialVector::operator= | ( | const biorbd::utils::SpatialVector & | other | ) |
operator= For submatrices
| other | The SpatialVector to copy |
Definition at line 47 of file SpatialVector.cpp.
1.8.18