Public Types | Public Member Functions | List of all members
RobotDynamics::Math::Matrix4d Class Reference

#include <rdl_eigenmath.h>

Inheritance diagram for RobotDynamics::Math::Matrix4d:
Inheritance graph
[legend]

Public Types

typedef Eigen::Matrix< double, 4, 4 > Base
 

Public Member Functions

template<typename OtherDerived >
 Matrix4d (const Eigen::MatrixBase< OtherDerived > &other)
 
EIGEN_STRONG_INLINE Matrix4d ()
 
EIGEN_STRONG_INLINE Matrix4d (const Scalar &m00, const Scalar &m01, const Scalar &m02, const Scalar &m03, const Scalar &m10, const Scalar &m11, const Scalar &m12, const Scalar &m13, const Scalar &m20, const Scalar &m21, const Scalar &m22, const Scalar &m23, const Scalar &m30, const Scalar &m31, const Scalar &m32, const Scalar &m33)
 
template<typename OtherDerived >
Matrix4doperator= (const Eigen::MatrixBase< OtherDerived > &other)
 
void set (const Scalar &m00, const Scalar &m01, const Scalar &m02, const Scalar &m03, const Scalar &m10, const Scalar &m11, const Scalar &m12, const Scalar &m13, const Scalar &m20, const Scalar &m21, const Scalar &m22, const Scalar &m23, const Scalar &m30, const Scalar &m31, const Scalar &m32, const Scalar &m33)
 

Detailed Description

Definition at line 239 of file rdl_eigenmath.h.

Member Typedef Documentation

typedef Eigen::Matrix<double, 4, 4> RobotDynamics::Math::Matrix4d::Base

Definition at line 242 of file rdl_eigenmath.h.

Constructor & Destructor Documentation

template<typename OtherDerived >
RobotDynamics::Math::Matrix4d::Matrix4d ( const Eigen::MatrixBase< OtherDerived > &  other)
inline

Definition at line 246 of file rdl_eigenmath.h.

EIGEN_STRONG_INLINE RobotDynamics::Math::Matrix4d::Matrix4d ( )
inline

Definition at line 257 of file rdl_eigenmath.h.

EIGEN_STRONG_INLINE RobotDynamics::Math::Matrix4d::Matrix4d ( const Scalar &  m00,
const Scalar &  m01,
const Scalar &  m02,
const Scalar &  m03,
const Scalar &  m10,
const Scalar &  m11,
const Scalar &  m12,
const Scalar &  m13,
const Scalar &  m20,
const Scalar &  m21,
const Scalar &  m22,
const Scalar &  m23,
const Scalar &  m30,
const Scalar &  m31,
const Scalar &  m32,
const Scalar &  m33 
)
inline

Definition at line 261 of file rdl_eigenmath.h.

Member Function Documentation

template<typename OtherDerived >
Matrix4d& RobotDynamics::Math::Matrix4d::operator= ( const Eigen::MatrixBase< OtherDerived > &  other)
inline

Definition at line 251 of file rdl_eigenmath.h.

void RobotDynamics::Math::Matrix4d::set ( const Scalar &  m00,
const Scalar &  m01,
const Scalar &  m02,
const Scalar &  m03,
const Scalar &  m10,
const Scalar &  m11,
const Scalar &  m12,
const Scalar &  m13,
const Scalar &  m20,
const Scalar &  m21,
const Scalar &  m22,
const Scalar &  m23,
const Scalar &  m30,
const Scalar &  m31,
const Scalar &  m32,
const Scalar &  m33 
)
inline

Definition at line 270 of file rdl_eigenmath.h.


The documentation for this class was generated from the following file:


rdl_dynamics
Author(s):
autogenerated on Tue Apr 20 2021 02:25:28