#include <rdl_eigenmath.h>
|
typedef Eigen::Vector4d | Base |
|
|
template<typename OtherDerived > |
Vector4d & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
|
void | set (const double &v0, const double &v1, const double &v2, const double &v3) |
|
template<typename OtherDerived > |
| Vector4d (const Eigen::MatrixBase< OtherDerived > &other) |
|
EIGEN_STRONG_INLINE | Vector4d () |
|
EIGEN_STRONG_INLINE | Vector4d (const double &v0, const double &v1, const double &v2, const double &v3) |
|
Definition at line 133 of file rdl_eigenmath.h.
template<typename OtherDerived >
RobotDynamics::Math::Vector4d::Vector4d |
( |
const Eigen::MatrixBase< OtherDerived > & |
other | ) |
|
|
inline |
EIGEN_STRONG_INLINE RobotDynamics::Math::Vector4d::Vector4d |
( |
| ) |
|
|
inline |
EIGEN_STRONG_INLINE RobotDynamics::Math::Vector4d::Vector4d |
( |
const double & |
v0, |
|
|
const double & |
v1, |
|
|
const double & |
v2, |
|
|
const double & |
v3 |
|
) |
| |
|
inline |
template<typename OtherDerived >
Vector4d& RobotDynamics::Math::Vector4d::operator= |
( |
const Eigen::MatrixBase< OtherDerived > & |
other | ) |
|
|
inline |
void RobotDynamics::Math::Vector4d::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: