Go to the documentation of this file.
11 #ifndef HRPUTIL_TVMET2EIGEN_H_INCLUDED
12 #define HRPUTIL_TVMET2EIGEN_H_INCLUDED
26 m <<
a(0) *
b(0),
a(0) *
b(1),
a(0) *
b(2),
27 a(1) *
b(0),
a(1) *
b(1),
a(1) *
b(2),
28 a(2) *
b(0),
a(2) *
b(1),
a(2) *
b(2);
34 m.computeInverseWithCheck(
inv, invertible);
36 throw std::string(
"Inverse matrix cannot be calculated.");
double norm2(const Vector3 &v)
Matrix33 trans(const Matrix33 &m)
dmatrix inverse(const dmatrix &M)
void calcInverse(Matrix33 &inv, const Matrix33 &m)
fMat inv(const fMat &mat)
double dot(const Vector3 &v1, const Vector3 &v2)
Vector3 cross(const Vector3 &v1, const Vector3 &v2)
HRP_UTIL_EXPORT Matrix33 inverse33(const Matrix33 &m)
Vector3 nomralize(const Vector3 &v)
Matrix33 VVt_prod(const Vector3 &a, const Vector3 &b)
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Wed Sep 7 2022 02:51:04