#include <rbdl_eigenmath.h>
|
| typedef Eigen::Matrix< double, 6, 1 > | Base |
| |
|
| template<typename OtherDerived > |
| | SpatialVector_t (const Eigen::MatrixBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| SpatialVector_t & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
| |
| EIGEN_STRONG_INLINE | SpatialVector_t () |
| |
| EIGEN_STRONG_INLINE | SpatialVector_t (const double &v0, const double &v1, const double &v2, const double &v3, const double &v4, const double &v5) |
| |
| void | set (const double &v0, const double &v1, const double &v2, const double &v3, const double &v4, const double &v5) |
| |
Definition at line 170 of file rbdl_eigenmath.h.
◆ Base
| typedef Eigen::Matrix<double, 6, 1> Base |
◆ SpatialVector_t() [1/3]
◆ SpatialVector_t() [2/3]
◆ SpatialVector_t() [3/3]
| EIGEN_STRONG_INLINE SpatialVector_t |
( |
const double & |
v0, |
|
|
const double & |
v1, |
|
|
const double & |
v2, |
|
|
const double & |
v3, |
|
|
const double & |
v4, |
|
|
const double & |
v5 |
|
) |
| |
|
inline |
◆ operator=()
| SpatialVector_t & operator= |
( |
const Eigen::MatrixBase< OtherDerived > & |
other | ) |
|
|
inline |
◆ set()
| void set |
( |
const double & |
v0, |
|
|
const double & |
v1, |
|
|
const double & |
v2, |
|
|
const double & |
v3, |
|
|
const double & |
v4, |
|
|
const double & |
v5 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: