#include <rbdl_eigenmath.h>
|
typedef Eigen::Matrix3d | Base |
|
|
template<typename OtherDerived > |
| Matrix3_t (const Eigen::MatrixBase< OtherDerived > &other) |
|
template<typename OtherDerived > |
Matrix3_t & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
|
EIGEN_STRONG_INLINE | Matrix3_t () |
|
EIGEN_STRONG_INLINE | Matrix3_t (const double &m00, const double &m01, const double &m02, const double &m10, const double &m11, const double &m12, const double &m20, const double &m21, const double &m22) |
|
Definition at line 97 of file rbdl_eigenmath.h.
◆ Base
typedef Eigen::Matrix3d Base |
◆ Matrix3_t() [1/3]
Matrix3_t |
( |
const Eigen::MatrixBase< OtherDerived > & |
other | ) |
|
|
inline |
◆ Matrix3_t() [2/3]
◆ Matrix3_t() [3/3]
EIGEN_STRONG_INLINE Matrix3_t |
( |
const double & |
m00, |
|
|
const double & |
m01, |
|
|
const double & |
m02, |
|
|
const double & |
m10, |
|
|
const double & |
m11, |
|
|
const double & |
m12, |
|
|
const double & |
m20, |
|
|
const double & |
m21, |
|
|
const double & |
m22 |
|
) |
| |
|
inline |
◆ operator=()
Matrix3_t & operator= |
( |
const Eigen::MatrixBase< OtherDerived > & |
other | ) |
|
|
inline |
The documentation for this class was generated from the following file: