Go to the source code of this file.
Defines | |
#define | EIGEN2_SUPPORT_STAGE15_RESOLVE_API_CONFLICTS_WARN |
#define | VERIFY_EULER(I, J, K, X, Y, Z) |
Functions | |
template<typename Scalar > | |
void | geometry (void) |
void | test_eigen2_geometry_with_eigen2_prefix () |
Definition at line 25 of file eigen2_geometry_with_eigen2_prefix.cpp.
#define VERIFY_EULER | ( | I, | |
J, | |||
K, | |||
X, | |||
Y, | |||
Z | |||
) |
{ \ Vector3 ea = m.eulerAngles(I,J,K); \ Matrix3 m1 = Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z())); \ VERIFY_IS_APPROX(m, Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z()))); \ }
void geometry | ( | void | ) |
Definition at line 32 of file eigen2_geometry_with_eigen2_prefix.cpp.
Definition at line 442 of file eigen2_geometry_with_eigen2_prefix.cpp.