39 const double* t =
m.GetTranslation();
40 const double*
r =
m.GetRotationMatrix();
41 SetComponents(
r[0],
r[1],
r[2], t[0],
r[3],
r[4],
r[5], t[1],
r[6],
r[7],
r[8], t[2]);
50 std::cout << *
this << std::endl;
61 os <<
"cos: " << cs <<
" sin: " << sn;
70 os <<
"cos: " << cs <<
" sin: " << sn;
ClassImp(o2::math_utils::Transform3D)
std::ostream & operator<<(std::ostream &os, const o2::math_utils::Rotation2Df_t &t)
void getComponents(value_t &cs, value_t &sn) const
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...