#include <rdl_eigenmath.h>
|
typedef Eigen::Matrix< double, 6, 1 > | Base |
|
|
EIGEN_STRONG_INLINE Vector3d | getAngularPart () const |
|
EIGEN_STRONG_INLINE Vector3d | getLinearPart () const |
|
template<typename OtherDerived > |
SpatialVector & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
|
EIGEN_STRONG_INLINE void | set (const double &v0, const double &v1, const double &v2, const double &v3, const double &v4, const double &v5) |
|
EIGEN_STRONG_INLINE void | set (const Vector3d &angularPart, const Vector3d &linearPart) |
|
void | setAngularPart (const Vector3d &v) |
|
void | setLinearPart (const Vector3d &v) |
|
template<typename OtherDerived > |
| SpatialVector (const Eigen::MatrixBase< OtherDerived > &other) |
|
EIGEN_STRONG_INLINE | SpatialVector () |
|
EIGEN_STRONG_INLINE | SpatialVector (const double &v0, const double &v1, const double &v2, const double &v3, const double &v4, const double &v5) |
|
Definition at line 170 of file rdl_eigenmath.h.
template<typename OtherDerived >
RobotDynamics::Math::SpatialVector::SpatialVector |
( |
const Eigen::MatrixBase< OtherDerived > & |
other | ) |
|
|
inline |
EIGEN_STRONG_INLINE RobotDynamics::Math::SpatialVector::SpatialVector |
( |
| ) |
|
|
inline |
EIGEN_STRONG_INLINE RobotDynamics::Math::SpatialVector::SpatialVector |
( |
const double & |
v0, |
|
|
const double & |
v1, |
|
|
const double & |
v2, |
|
|
const double & |
v3, |
|
|
const double & |
v4, |
|
|
const double & |
v5 |
|
) |
| |
|
inline |
EIGEN_STRONG_INLINE Vector3d RobotDynamics::Math::SpatialVector::getAngularPart |
( |
| ) |
const |
|
inline |
EIGEN_STRONG_INLINE Vector3d RobotDynamics::Math::SpatialVector::getLinearPart |
( |
| ) |
const |
|
inline |
template<typename OtherDerived >
SpatialVector& RobotDynamics::Math::SpatialVector::operator= |
( |
const Eigen::MatrixBase< OtherDerived > & |
other | ) |
|
|
inline |
EIGEN_STRONG_INLINE void RobotDynamics::Math::SpatialVector::set |
( |
const double & |
v0, |
|
|
const double & |
v1, |
|
|
const double & |
v2, |
|
|
const double & |
v3, |
|
|
const double & |
v4, |
|
|
const double & |
v5 |
|
) |
| |
|
inline |
EIGEN_STRONG_INLINE void RobotDynamics::Math::SpatialVector::set |
( |
const Vector3d & |
angularPart, |
|
|
const Vector3d & |
linearPart |
|
) |
| |
|
inline |
void RobotDynamics::Math::SpatialVector::setAngularPart |
( |
const Vector3d & |
v | ) |
|
|
inline |
void RobotDynamics::Math::SpatialVector::setLinearPart |
( |
const Vector3d & |
v | ) |
|
|
inline |
The documentation for this class was generated from the following file: