20#ifndef HEP_ROTATIONY_H
21#define HEP_ROTATIONY_H
76 inline double xx()
const;
77 inline double xy()
const;
78 inline double xz()
const;
79 inline double yx()
const;
80 inline double yy()
const;
81 inline double yz()
const;
82 inline double zx()
const;
83 inline double zy()
const;
84 inline double zz()
const;
135 inline double xt()
const;
136 inline double yt()
const;
137 inline double zt()
const;
138 inline double tx()
const;
139 inline double ty()
const;
140 inline double tz()
const;
143 inline double tt()
const;
205 double norm2()
const;
247 std::ostream &
print( std::ostream & os )
const;
275std::ostream &
operator <<
276 ( std::ostream & os,
const HepRotationY & r ) {
return r.print(os);}
280#include "CLHEP/Vector/RotationY.icc"
G4double epsilon(G4double density, G4double temperature)
static DLL_API double tolerance
void setDelta(double delta)
HepRotationY & operator*=(const HepRotationY &r)
bool operator>(const HepRotationY &r) const
static double proper(double delta)
HepRotationY(const HepRotationY &orig)
HepLorentzVector col4() const
HepLorentzVector row4() const
bool operator==(const HepRotationY &r) const
HepRotationY & operator=(const HepRotationY &r)
bool isNear(const HepRotationY &r, double epsilon=Hep4RotationInterface::tolerance) const
int compare(const HepRotationY &r) const
static double setTolerance(double tol)
double howNear(const HepRotationY &r) const
Hep3Vector operator()(const Hep3Vector &p) const
HepLorentzVector col2() const
void decompose(HepAxisAngle &rotation, Hep3Vector &boost) const
HepRotationY & set(double delta)
Hep3Vector getAxis() const
HepAxisAngle axisAngle() const
double distance2(const HepRotationY &r) const
HepLorentzVector row3() const
HepLorentzVector row2() const
bool operator!=(const HepRotationY &r) const
std::ostream & print(std::ostream &os) const
bool operator>=(const HepRotationY &r) const
HepLorentzVector col1() const
HepLorentzVector operator()(const HepLorentzVector &w) const
HepLorentzVector col3() const
Hep3Vector operator*(const Hep3Vector &p) const
HepLorentzVector row1() const
void getAngleAxis(double &delta, Hep3Vector &axis) const
bool operator<=(const HepRotationY &r) const
static double getTolerance()
bool operator<(const HepRotationY &r) const
HepRotationY inverse() const
HepRotationY(double dd, double ss, double cc)
friend HepRotationY inverseOf(const HepRotationY &r)
HepRotationY & transform(const HepRotationY &r)
HepRotationY(HepRotationY &&orig)=default
HepEulerAngles eulerAngles() const
HepBoost inverseOf(const HepBoost <)