|
Typedefs | |
using | AronOrientationf = Eigen::Quaternion< float > |
using | AronPosef = Eigen::Matrix< float, 4, 4, Eigen::RowMajor > |
using | AronPositionf = Eigen::Matrix< float, 3, 1, Eigen::RowMajor > |
Functions | |
void | fromAron (const AronPosef &dto, Eigen::Affine3f &bo) |
void | fromAron (const AronPosef &dto, Eigen::Isometry3d &bo) |
void | fromAron (const AronPosef &dto, Eigen::Isometry3f &bo) |
template<class EigenT , int rows, int cols> | |
void | fromAron (const Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > &dto, Eigen::Matrix< EigenT, rows, cols > &bo) |
void | toAron (AronPosef &dto, const Eigen::Affine3f &bo) |
void | toAron (AronPosef &dto, const Eigen::Isometry3d &bo) |
void | toAron (AronPosef &dto, const Eigen::Isometry3f &bo) |
template<class EigenT , int rows, int cols> | |
void | toAron (Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > &dto, const Eigen::Matrix< EigenT, rows, cols > &bo) |
using AronOrientationf = Eigen::Quaternion<float> |
using AronPosef = Eigen::Matrix<float, 4, 4, Eigen::RowMajor> |
using AronPositionf = Eigen::Matrix<float, 3, 1, Eigen::RowMajor> |
void fromAron | ( | const AronPosef & | dto, |
Eigen::Affine3f & | bo | ||
) |
void fromAron | ( | const AronPosef & | dto, |
Eigen::Isometry3d & | bo | ||
) |
void fromAron | ( | const AronPosef & | dto, |
Eigen::Isometry3f & | bo | ||
) |
void armarx::aron::eigen::fromAron | ( | const Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > & | dto, |
Eigen::Matrix< EigenT, rows, cols > & | bo | ||
) |
void toAron | ( | AronPosef & | dto, |
const Eigen::Affine3f & | bo | ||
) |
void toAron | ( | AronPosef & | dto, |
const Eigen::Isometry3d & | bo | ||
) |
void toAron | ( | AronPosef & | dto, |
const Eigen::Isometry3f & | bo | ||
) |
void armarx::aron::eigen::toAron | ( | Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > & | dto, |
const Eigen::Matrix< EigenT, rows, cols > & | bo | ||
) |