#include <rdl_eigenmath.h>
Public Types | |
typedef Eigen::Vector3d | Base |
Public Member Functions | |
template<typename OtherDerived > | |
Vector3d & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
void | set (const Eigen::Vector3d &v) |
void | set (const double &v0, const double &v1, const double &v2) |
void | transform (const RobotDynamics::Math::SpatialTransform &X) |
Pure virtual object. This object forces objects that inherit from it to have a method that tells how that object is transformed. More... | |
Vector3d | transform_copy (const RobotDynamics::Math::SpatialTransform &X) const |
template<typename OtherDerived > | |
Vector3d (const Eigen::MatrixBase< OtherDerived > &other) | |
EIGEN_STRONG_INLINE | Vector3d () |
EIGEN_STRONG_INLINE | Vector3d (const double &v0, const double &v1, const double &v2) |
Definition at line 54 of file rdl_eigenmath.h.
typedef Eigen::Vector3d RobotDynamics::Math::Vector3d::Base |
Definition at line 57 of file rdl_eigenmath.h.
|
inline |
Definition at line 61 of file rdl_eigenmath.h.
|
inline |
Definition at line 72 of file rdl_eigenmath.h.
|
inline |
Definition at line 76 of file rdl_eigenmath.h.
|
inline |
Definition at line 66 of file rdl_eigenmath.h.
|
inline |
Definition at line 83 of file rdl_eigenmath.h.
|
inline |
Definition at line 90 of file rdl_eigenmath.h.
|
inlinevirtual |
Pure virtual object. This object forces objects that inherit from it to have a method that tells how that object is transformed.
X | SpatialTransform |
Implements RobotDynamics::Math::TransformableGeometricObject.
Definition at line 527 of file rdl_eigenmath.h.
|
inline |
Definition at line 522 of file rdl_eigenmath.h.