58 (
double mxx,
double mxy,
double mxz,
59 double myx,
double myy,
double myz,
60 double mzx,
double mzy,
double mzz) :
223 double yy1 = rx.
yy();
224 double yz1 = rx.
yz();
234 double xx1 = ry.
xx();
235 double xz1 = ry.
xz();
245 double xx1 = rz.
xx();
246 double xy1 = rz.
xy();
257 return *
this = (*this) * (r);
261 return *
this = (*this) * (r); }
263 return *
this = (*this) * (r); }
265 return *
this = (*this) * (r); }
268 return *
this = r * (*this);
272 return *
this = r * (*this); }
274 return *
this = r * (*this); }
276 return *
this = r * (*this); }
294 return rotate(ddelta, *p);
static double setTolerance(double tol)
HepRotation_row(const HepRotation &, int)
double operator[](int) const
double operator()(int, int) const
Hep3Vector operator*(const Hep3Vector &p) const
bool operator==(const HepRotation &r) const
bool operator!=(const HepRotation &r) const
HepLorentzVector col3() const
HepRotation inverse() const
HepRotation & rotate(double delta, const Hep3Vector &axis)
Hep3Vector getAxis() const
HepRotation & operator*=(const HepRotation &r)
HepLorentzVector col1() const
HepLorentzVector col2() const
HepLorentzVector col4() const
HepRotation & transform(const HepRotation &r)
HepLorentzVector row1() const
bool operator>(const HepRotation &r) const
static double setTolerance(double tol)
HepRotation & set(const Hep3Vector &axis, double delta)
HepRotation & operator=(const HepRotation &r)
HepLorentzVector row2() const
HepLorentzVector row3() const
const HepRotation_row operator[](int) const
bool operator<(const HepRotation &r) const
HepLorentzVector row4() const
static double getTolerance()
int compare(const HepRotation &r) const
bool operator>=(const HepRotation &r) const
bool operator<=(const HepRotation &r) const
HepBoost inverseOf(const HepBoost <)