8#ifndef INCLUDE_TransformationMatrix_H_
9#define INCLUDE_TransformationMatrix_H_
31 template <
typename OtherDerived>
33 :
Eigen::Matrix4d(other)
37 template <
typename OtherDerived>
40 this->Eigen::Matrix4d::operator=(other);
50 auto TranslationVector(
const Vector3d translationVector) ->
void { this->block(0, 3, 3, 1) = translationVector; }
This class extends the Eigen::Matrix3d.
Definition RotMatrix.h:26
A 6d vector generally used for containing pose [x y z r p y] or velocity [vx vy vz wx wy wz] vectors.
Definition Vector6d.h:18
This namespace is used to extend the Eigen Dense library functionalities.
Definition RotMatrix.h:13