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