CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

CLHEP::HepRotation Class Reference

#include <Rotation.h>

Inheritance diagram for CLHEP::HepRotation:
Rot3 myRotClass

Classes

class  HepRotation_row
 

Public Member Functions

 HepRotation ()
 
 HepRotation (const HepRotation &m)
 
 HepRotation (const HepRotationX &m)
 
 HepRotation (const HepRotationY &m)
 
 HepRotation (const HepRotationZ &m)
 
HepRotationset (const Hep3Vector &axis, double delta)
 
 HepRotation (const Hep3Vector &axis, double delta)
 
HepRotationset (const HepAxisAngle &ax)
 
 HepRotation (const HepAxisAngle &ax)
 
HepRotationset (double phi, double theta, double psi)
 
 HepRotation (double phi, double theta, double psi)
 
HepRotationset (const HepEulerAngles &e)
 
 HepRotation (const HepEulerAngles &e)
 
 HepRotation (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationset (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationsetRows (const Hep3Vector &rowX, const Hep3Vector &rowY, const Hep3Vector &rowZ)
 
HepRotationset (const HepRotationX &r)
 
HepRotationset (const HepRotationY &r)
 
HepRotationset (const HepRotationZ &r)
 
HepRotationoperator= (const HepRotation &r)
 
HepRotationoperator= (const HepRotationX &r)
 
HepRotationoperator= (const HepRotationY &r)
 
HepRotationoperator= (const HepRotationZ &r)
 
HepRotationset (const HepRep3x3 &m)
 
 HepRotation (const HepRep3x3 &m)
 
 ~HepRotation ()
 
Hep3Vector colX () const
 
Hep3Vector colY () const
 
Hep3Vector colZ () const
 
Hep3Vector rowX () const
 
Hep3Vector rowY () const
 
Hep3Vector rowZ () const
 
double xx () const
 
double xy () const
 
double xz () const
 
double yx () const
 
double yy () const
 
double yz () const
 
double zx () const
 
double zy () const
 
double zz () const
 
HepRep3x3 rep3x3 () const
 
const HepRotation_row operator[] (int) const
 
double operator() (int, int) const
 
double getPhi () const
 
double getTheta () const
 
double getPsi () const
 
double phi () const
 
double theta () const
 
double psi () const
 
HepEulerAngles eulerAngles () const
 
double getDelta () const
 
Hep3Vector getAxis () const
 
double delta () const
 
Hep3Vector axis () const
 
HepAxisAngle axisAngle () const
 
void getAngleAxis (double &delta, Hep3Vector &axis) const
 
double phiX () const
 
double phiY () const
 
double phiZ () const
 
double thetaX () const
 
double thetaY () const
 
double thetaZ () const
 
HepLorentzVector col1 () const
 
HepLorentzVector col2 () const
 
HepLorentzVector col3 () const
 
HepLorentzVector col4 () const
 
HepLorentzVector row1 () const
 
HepLorentzVector row2 () const
 
HepLorentzVector row3 () const
 
HepLorentzVector row4 () const
 
double xt () const
 
double yt () const
 
double zt () const
 
double tx () const
 
double ty () const
 
double tz () const
 
double tt () const
 
HepRep4x4 rep4x4 () const
 
void setPhi (double phi)
 
void setTheta (double theta)
 
void setPsi (double psi)
 
void setAxis (const Hep3Vector &axis)
 
void setDelta (double delta)
 
void decompose (HepAxisAngle &rotation, Hep3Vector &boost) const
 
void decompose (Hep3Vector &boost, HepAxisAngle &rotation) const
 
bool isIdentity () const
 
int compare (const HepRotation &r) const
 
bool operator== (const HepRotation &r) const
 
bool operator!= (const HepRotation &r) const
 
bool operator< (const HepRotation &r) const
 
bool operator> (const HepRotation &r) const
 
bool operator<= (const HepRotation &r) const
 
bool operator>= (const HepRotation &r) const
 
double distance2 (const HepRotation &r) const
 
double howNear (const HepRotation &r) const
 
bool isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const
 
double distance2 (const HepBoost &lt) const
 
double distance2 (const HepLorentzRotation &lt) const
 
double howNear (const HepBoost &lt) const
 
double howNear (const HepLorentzRotation &lt) const
 
bool isNear (const HepBoost &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
bool isNear (const HepLorentzRotation &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
double norm2 () const
 
void rectify ()
 
Hep3Vector operator() (const Hep3Vector &p) const
 
Hep3Vector operator* (const Hep3Vector &p) const
 
HepLorentzVector operator() (const HepLorentzVector &w) const
 
HepLorentzVector operator* (const HepLorentzVector &w) const
 
HepRotation operator* (const HepRotation &r) const
 
HepRotation operator* (const HepRotationX &rx) const
 
HepRotation operator* (const HepRotationY &ry) const
 
HepRotation operator* (const HepRotationZ &rz) const
 
HepRotationoperator*= (const HepRotation &r)
 
HepRotationtransform (const HepRotation &r)
 
HepRotationoperator*= (const HepRotationX &r)
 
HepRotationoperator*= (const HepRotationY &r)
 
HepRotationoperator*= (const HepRotationZ &r)
 
HepRotationtransform (const HepRotationX &r)
 
HepRotationtransform (const HepRotationY &r)
 
HepRotationtransform (const HepRotationZ &r)
 
HepRotationrotateX (double delta)
 
HepRotationrotateY (double delta)
 
HepRotationrotateZ (double delta)
 
HepRotationrotate (double delta, const Hep3Vector &axis)
 
HepRotationrotate (double delta, const Hep3Vector *axis)
 
HepRotationrotateAxes (const Hep3Vector &newX, const Hep3Vector &newY, const Hep3Vector &newZ)
 
HepRotation inverse () const
 
HepRotationinvert ()
 
std::ostream & print (std::ostream &os) const
 
 HepRotation ()
 
 HepRotation (const HepRotation &m)
 
 HepRotation (const HepRotationX &m)
 
 HepRotation (const HepRotationY &m)
 
 HepRotation (const HepRotationZ &m)
 
HepRotationset (const Hep3Vector &axis, double delta)
 
 HepRotation (const Hep3Vector &axis, double delta)
 
HepRotationset (const HepAxisAngle &ax)
 
 HepRotation (const HepAxisAngle &ax)
 
HepRotationset (double phi, double theta, double psi)
 
 HepRotation (double phi, double theta, double psi)
 
HepRotationset (const HepEulerAngles &e)
 
 HepRotation (const HepEulerAngles &e)
 
 HepRotation (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationset (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationsetRows (const Hep3Vector &rowX, const Hep3Vector &rowY, const Hep3Vector &rowZ)
 
HepRotationset (const HepRotationX &r)
 
HepRotationset (const HepRotationY &r)
 
HepRotationset (const HepRotationZ &r)
 
HepRotationoperator= (const HepRotation &r)
 
HepRotationoperator= (const HepRotationX &r)
 
HepRotationoperator= (const HepRotationY &r)
 
HepRotationoperator= (const HepRotationZ &r)
 
HepRotationset (const HepRep3x3 &m)
 
 HepRotation (const HepRep3x3 &m)
 
 ~HepRotation ()
 
Hep3Vector colX () const
 
Hep3Vector colY () const
 
Hep3Vector colZ () const
 
Hep3Vector rowX () const
 
Hep3Vector rowY () const
 
Hep3Vector rowZ () const
 
double xx () const
 
double xy () const
 
double xz () const
 
double yx () const
 
double yy () const
 
double yz () const
 
double zx () const
 
double zy () const
 
double zz () const
 
HepRep3x3 rep3x3 () const
 
const HepRotation_row operator[] (int) const
 
double operator() (int, int) const
 
double getPhi () const
 
double getTheta () const
 
double getPsi () const
 
double phi () const
 
double theta () const
 
double psi () const
 
HepEulerAngles eulerAngles () const
 
double getDelta () const
 
Hep3Vector getAxis () const
 
double delta () const
 
Hep3Vector axis () const
 
HepAxisAngle axisAngle () const
 
void getAngleAxis (double &delta, Hep3Vector &axis) const
 
double phiX () const
 
double phiY () const
 
double phiZ () const
 
double thetaX () const
 
double thetaY () const
 
double thetaZ () const
 
HepLorentzVector col1 () const
 
HepLorentzVector col2 () const
 
HepLorentzVector col3 () const
 
HepLorentzVector col4 () const
 
HepLorentzVector row1 () const
 
HepLorentzVector row2 () const
 
HepLorentzVector row3 () const
 
HepLorentzVector row4 () const
 
double xt () const
 
double yt () const
 
double zt () const
 
double tx () const
 
double ty () const
 
double tz () const
 
double tt () const
 
HepRep4x4 rep4x4 () const
 
void setPhi (double phi)
 
void setTheta (double theta)
 
void setPsi (double psi)
 
void setAxis (const Hep3Vector &axis)
 
void setDelta (double delta)
 
void decompose (HepAxisAngle &rotation, Hep3Vector &boost) const
 
void decompose (Hep3Vector &boost, HepAxisAngle &rotation) const
 
bool isIdentity () const
 
int compare (const HepRotation &r) const
 
bool operator== (const HepRotation &r) const
 
bool operator!= (const HepRotation &r) const
 
bool operator< (const HepRotation &r) const
 
bool operator> (const HepRotation &r) const
 
bool operator<= (const HepRotation &r) const
 
bool operator>= (const HepRotation &r) const
 
double distance2 (const HepRotation &r) const
 
double howNear (const HepRotation &r) const
 
bool isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const
 
double distance2 (const HepBoost &lt) const
 
double distance2 (const HepLorentzRotation &lt) const
 
double howNear (const HepBoost &lt) const
 
double howNear (const HepLorentzRotation &lt) const
 
bool isNear (const HepBoost &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
bool isNear (const HepLorentzRotation &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
double norm2 () const
 
void rectify ()
 
Hep3Vector operator() (const Hep3Vector &p) const
 
Hep3Vector operator* (const Hep3Vector &p) const
 
HepLorentzVector operator() (const HepLorentzVector &w) const
 
HepLorentzVector operator* (const HepLorentzVector &w) const
 
HepRotation operator* (const HepRotation &r) const
 
HepRotation operator* (const HepRotationX &rx) const
 
HepRotation operator* (const HepRotationY &ry) const
 
HepRotation operator* (const HepRotationZ &rz) const
 
HepRotationoperator*= (const HepRotation &r)
 
HepRotationtransform (const HepRotation &r)
 
HepRotationoperator*= (const HepRotationX &r)
 
HepRotationoperator*= (const HepRotationY &r)
 
HepRotationoperator*= (const HepRotationZ &r)
 
HepRotationtransform (const HepRotationX &r)
 
HepRotationtransform (const HepRotationY &r)
 
HepRotationtransform (const HepRotationZ &r)
 
HepRotationrotateX (double delta)
 
HepRotationrotateY (double delta)
 
HepRotationrotateZ (double delta)
 
HepRotationrotate (double delta, const Hep3Vector &axis)
 
HepRotationrotate (double delta, const Hep3Vector *axis)
 
HepRotationrotateAxes (const Hep3Vector &newX, const Hep3Vector &newY, const Hep3Vector &newZ)
 
HepRotation inverse () const
 
HepRotationinvert ()
 
std::ostream & print (std::ostream &os) const
 
 HepRotation ()
 
 HepRotation (const HepRotation &m)
 
 HepRotation (const HepRotationX &m)
 
 HepRotation (const HepRotationY &m)
 
 HepRotation (const HepRotationZ &m)
 
HepRotationset (const Hep3Vector &axis, double delta)
 
 HepRotation (const Hep3Vector &axis, double delta)
 
HepRotationset (const HepAxisAngle &ax)
 
 HepRotation (const HepAxisAngle &ax)
 
HepRotationset (double phi, double theta, double psi)
 
 HepRotation (double phi, double theta, double psi)
 
HepRotationset (const HepEulerAngles &e)
 
 HepRotation (const HepEulerAngles &e)
 
 HepRotation (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationset (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationsetRows (const Hep3Vector &rowX, const Hep3Vector &rowY, const Hep3Vector &rowZ)
 
HepRotationset (const HepRotationX &r)
 
HepRotationset (const HepRotationY &r)
 
HepRotationset (const HepRotationZ &r)
 
HepRotationoperator= (const HepRotation &r)
 
HepRotationoperator= (const HepRotationX &r)
 
HepRotationoperator= (const HepRotationY &r)
 
HepRotationoperator= (const HepRotationZ &r)
 
HepRotationset (const HepRep3x3 &m)
 
 HepRotation (const HepRep3x3 &m)
 
 ~HepRotation ()
 
Hep3Vector colX () const
 
Hep3Vector colY () const
 
Hep3Vector colZ () const
 
Hep3Vector rowX () const
 
Hep3Vector rowY () const
 
Hep3Vector rowZ () const
 
double xx () const
 
double xy () const
 
double xz () const
 
double yx () const
 
double yy () const
 
double yz () const
 
double zx () const
 
double zy () const
 
double zz () const
 
HepRep3x3 rep3x3 () const
 
const HepRotation_row operator[] (int) const
 
double operator() (int, int) const
 
double getPhi () const
 
double getTheta () const
 
double getPsi () const
 
double phi () const
 
double theta () const
 
double psi () const
 
HepEulerAngles eulerAngles () const
 
double getDelta () const
 
Hep3Vector getAxis () const
 
double delta () const
 
Hep3Vector axis () const
 
HepAxisAngle axisAngle () const
 
void getAngleAxis (double &delta, Hep3Vector &axis) const
 
double phiX () const
 
double phiY () const
 
double phiZ () const
 
double thetaX () const
 
double thetaY () const
 
double thetaZ () const
 
HepLorentzVector col1 () const
 
HepLorentzVector col2 () const
 
HepLorentzVector col3 () const
 
HepLorentzVector col4 () const
 
HepLorentzVector row1 () const
 
HepLorentzVector row2 () const
 
HepLorentzVector row3 () const
 
HepLorentzVector row4 () const
 
double xt () const
 
double yt () const
 
double zt () const
 
double tx () const
 
double ty () const
 
double tz () const
 
double tt () const
 
HepRep4x4 rep4x4 () const
 
void setPhi (double phi)
 
void setTheta (double theta)
 
void setPsi (double psi)
 
void setAxis (const Hep3Vector &axis)
 
void setDelta (double delta)
 
void decompose (HepAxisAngle &rotation, Hep3Vector &boost) const
 
void decompose (Hep3Vector &boost, HepAxisAngle &rotation) const
 
bool isIdentity () const
 
int compare (const HepRotation &r) const
 
bool operator== (const HepRotation &r) const
 
bool operator!= (const HepRotation &r) const
 
bool operator< (const HepRotation &r) const
 
bool operator> (const HepRotation &r) const
 
bool operator<= (const HepRotation &r) const
 
bool operator>= (const HepRotation &r) const
 
double distance2 (const HepRotation &r) const
 
double howNear (const HepRotation &r) const
 
bool isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const
 
double distance2 (const HepBoost &lt) const
 
double distance2 (const HepLorentzRotation &lt) const
 
double howNear (const HepBoost &lt) const
 
double howNear (const HepLorentzRotation &lt) const
 
bool isNear (const HepBoost &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
bool isNear (const HepLorentzRotation &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
double norm2 () const
 
void rectify ()
 
Hep3Vector operator() (const Hep3Vector &p) const
 
Hep3Vector operator* (const Hep3Vector &p) const
 
HepLorentzVector operator() (const HepLorentzVector &w) const
 
HepLorentzVector operator* (const HepLorentzVector &w) const
 
HepRotation operator* (const HepRotation &r) const
 
HepRotation operator* (const HepRotationX &rx) const
 
HepRotation operator* (const HepRotationY &ry) const
 
HepRotation operator* (const HepRotationZ &rz) const
 
HepRotationoperator*= (const HepRotation &r)
 
HepRotationtransform (const HepRotation &r)
 
HepRotationoperator*= (const HepRotationX &r)
 
HepRotationoperator*= (const HepRotationY &r)
 
HepRotationoperator*= (const HepRotationZ &r)
 
HepRotationtransform (const HepRotationX &r)
 
HepRotationtransform (const HepRotationY &r)
 
HepRotationtransform (const HepRotationZ &r)
 
HepRotationrotateX (double delta)
 
HepRotationrotateY (double delta)
 
HepRotationrotateZ (double delta)
 
HepRotationrotate (double delta, const Hep3Vector &axis)
 
HepRotationrotate (double delta, const Hep3Vector *axis)
 
HepRotationrotateAxes (const Hep3Vector &newX, const Hep3Vector &newY, const Hep3Vector &newZ)
 
HepRotation inverse () const
 
HepRotationinvert ()
 
std::ostream & print (std::ostream &os) const
 
 HepRotation ()
 
 HepRotation (const HepRotation &m)
 
 HepRotation (const HepRotationX &m)
 
 HepRotation (const HepRotationY &m)
 
 HepRotation (const HepRotationZ &m)
 
HepRotationset (const Hep3Vector &axis, double delta)
 
 HepRotation (const Hep3Vector &axis, double delta)
 
HepRotationset (const HepAxisAngle &ax)
 
 HepRotation (const HepAxisAngle &ax)
 
HepRotationset (double phi, double theta, double psi)
 
 HepRotation (double phi, double theta, double psi)
 
HepRotationset (const HepEulerAngles &e)
 
 HepRotation (const HepEulerAngles &e)
 
 HepRotation (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationset (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationsetRows (const Hep3Vector &rowX, const Hep3Vector &rowY, const Hep3Vector &rowZ)
 
HepRotationset (const HepRotationX &r)
 
HepRotationset (const HepRotationY &r)
 
HepRotationset (const HepRotationZ &r)
 
HepRotationoperator= (const HepRotation &r)
 
HepRotationoperator= (const HepRotationX &r)
 
HepRotationoperator= (const HepRotationY &r)
 
HepRotationoperator= (const HepRotationZ &r)
 
HepRotationset (const HepRep3x3 &m)
 
 HepRotation (const HepRep3x3 &m)
 
 ~HepRotation ()
 
Hep3Vector colX () const
 
Hep3Vector colY () const
 
Hep3Vector colZ () const
 
Hep3Vector rowX () const
 
Hep3Vector rowY () const
 
Hep3Vector rowZ () const
 
double xx () const
 
double xy () const
 
double xz () const
 
double yx () const
 
double yy () const
 
double yz () const
 
double zx () const
 
double zy () const
 
double zz () const
 
HepRep3x3 rep3x3 () const
 
const HepRotation_row operator[] (int) const
 
double operator() (int, int) const
 
double getPhi () const
 
double getTheta () const
 
double getPsi () const
 
double phi () const
 
double theta () const
 
double psi () const
 
HepEulerAngles eulerAngles () const
 
double getDelta () const
 
Hep3Vector getAxis () const
 
double delta () const
 
Hep3Vector axis () const
 
HepAxisAngle axisAngle () const
 
void getAngleAxis (double &delta, Hep3Vector &axis) const
 
double phiX () const
 
double phiY () const
 
double phiZ () const
 
double thetaX () const
 
double thetaY () const
 
double thetaZ () const
 
HepLorentzVector col1 () const
 
HepLorentzVector col2 () const
 
HepLorentzVector col3 () const
 
HepLorentzVector col4 () const
 
HepLorentzVector row1 () const
 
HepLorentzVector row2 () const
 
HepLorentzVector row3 () const
 
HepLorentzVector row4 () const
 
double xt () const
 
double yt () const
 
double zt () const
 
double tx () const
 
double ty () const
 
double tz () const
 
double tt () const
 
HepRep4x4 rep4x4 () const
 
void setPhi (double phi)
 
void setTheta (double theta)
 
void setPsi (double psi)
 
void setAxis (const Hep3Vector &axis)
 
void setDelta (double delta)
 
void decompose (HepAxisAngle &rotation, Hep3Vector &boost) const
 
void decompose (Hep3Vector &boost, HepAxisAngle &rotation) const
 
bool isIdentity () const
 
int compare (const HepRotation &r) const
 
bool operator== (const HepRotation &r) const
 
bool operator!= (const HepRotation &r) const
 
bool operator< (const HepRotation &r) const
 
bool operator> (const HepRotation &r) const
 
bool operator<= (const HepRotation &r) const
 
bool operator>= (const HepRotation &r) const
 
double distance2 (const HepRotation &r) const
 
double howNear (const HepRotation &r) const
 
bool isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const
 
double distance2 (const HepBoost &lt) const
 
double distance2 (const HepLorentzRotation &lt) const
 
double howNear (const HepBoost &lt) const
 
double howNear (const HepLorentzRotation &lt) const
 
bool isNear (const HepBoost &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
bool isNear (const HepLorentzRotation &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
double norm2 () const
 
void rectify ()
 
Hep3Vector operator() (const Hep3Vector &p) const
 
Hep3Vector operator* (const Hep3Vector &p) const
 
HepLorentzVector operator() (const HepLorentzVector &w) const
 
HepLorentzVector operator* (const HepLorentzVector &w) const
 
HepRotation operator* (const HepRotation &r) const
 
HepRotation operator* (const HepRotationX &rx) const
 
HepRotation operator* (const HepRotationY &ry) const
 
HepRotation operator* (const HepRotationZ &rz) const
 
HepRotationoperator*= (const HepRotation &r)
 
HepRotationtransform (const HepRotation &r)
 
HepRotationoperator*= (const HepRotationX &r)
 
HepRotationoperator*= (const HepRotationY &r)
 
HepRotationoperator*= (const HepRotationZ &r)
 
HepRotationtransform (const HepRotationX &r)
 
HepRotationtransform (const HepRotationY &r)
 
HepRotationtransform (const HepRotationZ &r)
 
HepRotationrotateX (double delta)
 
HepRotationrotateY (double delta)
 
HepRotationrotateZ (double delta)
 
HepRotationrotate (double delta, const Hep3Vector &axis)
 
HepRotationrotate (double delta, const Hep3Vector *axis)
 
HepRotationrotateAxes (const Hep3Vector &newX, const Hep3Vector &newY, const Hep3Vector &newZ)
 
HepRotation inverse () const
 
HepRotationinvert ()
 
std::ostream & print (std::ostream &os) const
 
 HepRotation ()
 
 HepRotation (const HepRotation &m)
 
 HepRotation (const HepRotationX &m)
 
 HepRotation (const HepRotationY &m)
 
 HepRotation (const HepRotationZ &m)
 
HepRotationset (const Hep3Vector &axis, double delta)
 
 HepRotation (const Hep3Vector &axis, double delta)
 
HepRotationset (const HepAxisAngle &ax)
 
 HepRotation (const HepAxisAngle &ax)
 
HepRotationset (double phi, double theta, double psi)
 
 HepRotation (double phi, double theta, double psi)
 
HepRotationset (const HepEulerAngles &e)
 
 HepRotation (const HepEulerAngles &e)
 
 HepRotation (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationset (const Hep3Vector &colX, const Hep3Vector &colY, const Hep3Vector &colZ)
 
HepRotationsetRows (const Hep3Vector &rowX, const Hep3Vector &rowY, const Hep3Vector &rowZ)
 
HepRotationset (const HepRotationX &r)
 
HepRotationset (const HepRotationY &r)
 
HepRotationset (const HepRotationZ &r)
 
HepRotationoperator= (const HepRotation &r)
 
HepRotationoperator= (const HepRotationX &r)
 
HepRotationoperator= (const HepRotationY &r)
 
HepRotationoperator= (const HepRotationZ &r)
 
HepRotationset (const HepRep3x3 &m)
 
 HepRotation (const HepRep3x3 &m)
 
 ~HepRotation ()
 
Hep3Vector colX () const
 
Hep3Vector colY () const
 
Hep3Vector colZ () const
 
Hep3Vector rowX () const
 
Hep3Vector rowY () const
 
Hep3Vector rowZ () const
 
double xx () const
 
double xy () const
 
double xz () const
 
double yx () const
 
double yy () const
 
double yz () const
 
double zx () const
 
double zy () const
 
double zz () const
 
HepRep3x3 rep3x3 () const
 
const HepRotation_row operator[] (int) const
 
double operator() (int, int) const
 
double getPhi () const
 
double getTheta () const
 
double getPsi () const
 
double phi () const
 
double theta () const
 
double psi () const
 
HepEulerAngles eulerAngles () const
 
double getDelta () const
 
Hep3Vector getAxis () const
 
double delta () const
 
Hep3Vector axis () const
 
HepAxisAngle axisAngle () const
 
void getAngleAxis (double &delta, Hep3Vector &axis) const
 
double phiX () const
 
double phiY () const
 
double phiZ () const
 
double thetaX () const
 
double thetaY () const
 
double thetaZ () const
 
HepLorentzVector col1 () const
 
HepLorentzVector col2 () const
 
HepLorentzVector col3 () const
 
HepLorentzVector col4 () const
 
HepLorentzVector row1 () const
 
HepLorentzVector row2 () const
 
HepLorentzVector row3 () const
 
HepLorentzVector row4 () const
 
double xt () const
 
double yt () const
 
double zt () const
 
double tx () const
 
double ty () const
 
double tz () const
 
double tt () const
 
HepRep4x4 rep4x4 () const
 
void setPhi (double phi)
 
void setTheta (double theta)
 
void setPsi (double psi)
 
void setAxis (const Hep3Vector &axis)
 
void setDelta (double delta)
 
void decompose (HepAxisAngle &rotation, Hep3Vector &boost) const
 
void decompose (Hep3Vector &boost, HepAxisAngle &rotation) const
 
bool isIdentity () const
 
int compare (const HepRotation &r) const
 
bool operator== (const HepRotation &r) const
 
bool operator!= (const HepRotation &r) const
 
bool operator< (const HepRotation &r) const
 
bool operator> (const HepRotation &r) const
 
bool operator<= (const HepRotation &r) const
 
bool operator>= (const HepRotation &r) const
 
double distance2 (const HepRotation &r) const
 
double howNear (const HepRotation &r) const
 
bool isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const
 
double distance2 (const HepBoost &lt) const
 
double distance2 (const HepLorentzRotation &lt) const
 
double howNear (const HepBoost &lt) const
 
double howNear (const HepLorentzRotation &lt) const
 
bool isNear (const HepBoost &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
bool isNear (const HepLorentzRotation &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
double norm2 () const
 
void rectify ()
 
Hep3Vector operator() (const Hep3Vector &p) const
 
Hep3Vector operator* (const Hep3Vector &p) const
 
HepLorentzVector operator() (const HepLorentzVector &w) const
 
HepLorentzVector operator* (const HepLorentzVector &w) const
 
HepRotation operator* (const HepRotation &r) const
 
HepRotation operator* (const HepRotationX &rx) const
 
HepRotation operator* (const HepRotationY &ry) const
 
HepRotation operator* (const HepRotationZ &rz) const
 
HepRotationoperator*= (const HepRotation &r)
 
HepRotationtransform (const HepRotation &r)
 
HepRotationoperator*= (const HepRotationX &r)
 
HepRotationoperator*= (const HepRotationY &r)
 
HepRotationoperator*= (const HepRotationZ &r)
 
HepRotationtransform (const HepRotationX &r)
 
HepRotationtransform (const HepRotationY &r)
 
HepRotationtransform (const HepRotationZ &r)
 
HepRotationrotateX (double delta)
 
HepRotationrotateY (double delta)
 
HepRotationrotateZ (double delta)
 
HepRotationrotate (double delta, const Hep3Vector &axis)
 
HepRotationrotate (double delta, const Hep3Vector *axis)
 
HepRotationrotateAxes (const Hep3Vector &newX, const Hep3Vector &newY, const Hep3Vector &newZ)
 
HepRotation inverse () const
 
HepRotationinvert ()
 
std::ostream & print (std::ostream &os) const
 

Static Public Member Functions

static double getTolerance ()
 
static double setTolerance (double tol)
 
static double getTolerance ()
 
static double setTolerance (double tol)
 
static double getTolerance ()
 
static double setTolerance (double tol)
 
static double getTolerance ()
 
static double setTolerance (double tol)
 
static double getTolerance ()
 
static double setTolerance (double tol)
 

Static Public Attributes

static const HepRotation IDENTITY
 

Protected Member Functions

 HepRotation (double mxx, double mxy, double mxz, double myx, double myy, double myz, double mzx, double mzy, double mzz)
 
 HepRotation (double mxx, double mxy, double mxz, double myx, double myy, double myz, double mzx, double mzy, double mzz)
 
 HepRotation (double mxx, double mxy, double mxz, double myx, double myy, double myz, double mzx, double mzy, double mzz)
 
 HepRotation (double mxx, double mxy, double mxz, double myx, double myy, double myz, double mzx, double mzy, double mzz)
 
 HepRotation (double mxx, double mxy, double mxz, double myx, double myy, double myz, double mzx, double mzy, double mzz)
 

Protected Attributes

double rxx
 
double rxy
 
double rxz
 
double ryx
 
double ryy
 
double ryz
 
double rzx
 
double rzy
 
double rzz
 

Friends

HepRotation operator* (const HepRotationX &rx, const HepRotation &r)
 
HepRotation operator* (const HepRotationY &ry, const HepRotation &r)
 
HepRotation operator* (const HepRotationZ &rz, const HepRotation &r)
 
HepRotation operator* (const HepRotationX &rx, const HepRotation &r)
 
HepRotation operator* (const HepRotationY &ry, const HepRotation &r)
 
HepRotation operator* (const HepRotationZ &rz, const HepRotation &r)
 
HepRotation operator* (const HepRotationX &rx, const HepRotation &r)
 
HepRotation operator* (const HepRotationY &ry, const HepRotation &r)
 
HepRotation operator* (const HepRotationZ &rz, const HepRotation &r)
 
HepRotation operator* (const HepRotationX &rx, const HepRotation &r)
 
HepRotation operator* (const HepRotationY &ry, const HepRotation &r)
 
HepRotation operator* (const HepRotationZ &rz, const HepRotation &r)
 
HepRotation operator* (const HepRotationX &rx, const HepRotation &r)
 
HepRotation operator* (const HepRotationY &ry, const HepRotation &r)
 
HepRotation operator* (const HepRotationZ &rz, const HepRotation &r)
 

Detailed Description

Author

Definition at line 48 of file Vector/Vector/Rotation.h.

Constructor & Destructor Documentation

◆ HepRotation() [1/60]

CLHEP::HepRotation::HepRotation ( )
inline

Referenced by rotateAxes().

◆ HepRotation() [2/60]

CLHEP::HepRotation::HepRotation ( const HepRotation & m)
inline

◆ HepRotation() [3/60]

CLHEP::HepRotation::HepRotation ( const HepRotationX & m)
inline

◆ HepRotation() [4/60]

CLHEP::HepRotation::HepRotation ( const HepRotationY & m)
inline

◆ HepRotation() [5/60]

CLHEP::HepRotation::HepRotation ( const HepRotationZ & m)
inline

◆ HepRotation() [6/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & axis,
double delta )

Definition at line 55 of file RotationA.cc.

References set().

◆ HepRotation() [7/60]

CLHEP::HepRotation::HepRotation ( const HepAxisAngle & ax)

Definition at line 62 of file RotationA.cc.

References CLHEP::HepAxisAngle::axis(), CLHEP::HepAxisAngle::delta(), and set().

◆ HepRotation() [8/60]

CLHEP::HepRotation::HepRotation ( double phi,
double theta,
double psi )

Definition at line 59 of file RotationE.cc.

References set().

◆ HepRotation() [9/60]

CLHEP::HepRotation::HepRotation ( const HepEulerAngles & e)

◆ HepRotation() [10/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & colX,
const Hep3Vector & colY,
const Hep3Vector & colZ )

Definition at line 134 of file RotationC.cc.

References set().

◆ HepRotation() [11/60]

CLHEP::HepRotation::HepRotation ( const HepRep3x3 & m)
inline

◆ ~HepRotation() [1/5]

CLHEP::HepRotation::~HepRotation ( )
inline

◆ HepRotation() [12/60]

CLHEP::HepRotation::HepRotation ( double mxx,
double mxy,
double mxz,
double myx,
double myy,
double myz,
double mzx,
double mzy,
double mzz )
inlineprotected

◆ HepRotation() [13/60]

CLHEP::HepRotation::HepRotation ( )
inline

◆ HepRotation() [14/60]

CLHEP::HepRotation::HepRotation ( const HepRotation & m)
inline

◆ HepRotation() [15/60]

CLHEP::HepRotation::HepRotation ( const HepRotationX & m)
inline

◆ HepRotation() [16/60]

CLHEP::HepRotation::HepRotation ( const HepRotationY & m)
inline

◆ HepRotation() [17/60]

CLHEP::HepRotation::HepRotation ( const HepRotationZ & m)
inline

◆ HepRotation() [18/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & axis,
double delta )

◆ HepRotation() [19/60]

CLHEP::HepRotation::HepRotation ( const HepAxisAngle & ax)

◆ HepRotation() [20/60]

CLHEP::HepRotation::HepRotation ( double phi,
double theta,
double psi )

◆ HepRotation() [21/60]

CLHEP::HepRotation::HepRotation ( const HepEulerAngles & e)

◆ HepRotation() [22/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & colX,
const Hep3Vector & colY,
const Hep3Vector & colZ )

◆ HepRotation() [23/60]

CLHEP::HepRotation::HepRotation ( const HepRep3x3 & m)
inline

◆ ~HepRotation() [2/5]

CLHEP::HepRotation::~HepRotation ( )
inline

◆ HepRotation() [24/60]

CLHEP::HepRotation::HepRotation ( double mxx,
double mxy,
double mxz,
double myx,
double myy,
double myz,
double mzx,
double mzy,
double mzz )
inlineprotected

◆ HepRotation() [25/60]

CLHEP::HepRotation::HepRotation ( )
inline

◆ HepRotation() [26/60]

CLHEP::HepRotation::HepRotation ( const HepRotation & m)
inline

◆ HepRotation() [27/60]

CLHEP::HepRotation::HepRotation ( const HepRotationX & m)
inline

◆ HepRotation() [28/60]

CLHEP::HepRotation::HepRotation ( const HepRotationY & m)
inline

◆ HepRotation() [29/60]

CLHEP::HepRotation::HepRotation ( const HepRotationZ & m)
inline

◆ HepRotation() [30/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & axis,
double delta )

◆ HepRotation() [31/60]

CLHEP::HepRotation::HepRotation ( const HepAxisAngle & ax)

◆ HepRotation() [32/60]

CLHEP::HepRotation::HepRotation ( double phi,
double theta,
double psi )

◆ HepRotation() [33/60]

CLHEP::HepRotation::HepRotation ( const HepEulerAngles & e)

◆ HepRotation() [34/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & colX,
const Hep3Vector & colY,
const Hep3Vector & colZ )

◆ HepRotation() [35/60]

CLHEP::HepRotation::HepRotation ( const HepRep3x3 & m)
inline

◆ ~HepRotation() [3/5]

CLHEP::HepRotation::~HepRotation ( )
inline

◆ HepRotation() [36/60]

CLHEP::HepRotation::HepRotation ( double mxx,
double mxy,
double mxz,
double myx,
double myy,
double myz,
double mzx,
double mzy,
double mzz )
inlineprotected

◆ HepRotation() [37/60]

CLHEP::HepRotation::HepRotation ( )
inline

◆ HepRotation() [38/60]

CLHEP::HepRotation::HepRotation ( const HepRotation & m)
inline

◆ HepRotation() [39/60]

CLHEP::HepRotation::HepRotation ( const HepRotationX & m)
inline

◆ HepRotation() [40/60]

CLHEP::HepRotation::HepRotation ( const HepRotationY & m)
inline

◆ HepRotation() [41/60]

CLHEP::HepRotation::HepRotation ( const HepRotationZ & m)
inline

◆ HepRotation() [42/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & axis,
double delta )

◆ HepRotation() [43/60]

CLHEP::HepRotation::HepRotation ( const HepAxisAngle & ax)

◆ HepRotation() [44/60]

CLHEP::HepRotation::HepRotation ( double phi,
double theta,
double psi )

◆ HepRotation() [45/60]

CLHEP::HepRotation::HepRotation ( const HepEulerAngles & e)

◆ HepRotation() [46/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & colX,
const Hep3Vector & colY,
const Hep3Vector & colZ )

◆ HepRotation() [47/60]

CLHEP::HepRotation::HepRotation ( const HepRep3x3 & m)
inline

◆ ~HepRotation() [4/5]

CLHEP::HepRotation::~HepRotation ( )
inline

◆ HepRotation() [48/60]

CLHEP::HepRotation::HepRotation ( double mxx,
double mxy,
double mxz,
double myx,
double myy,
double myz,
double mzx,
double mzy,
double mzz )
inlineprotected

◆ HepRotation() [49/60]

CLHEP::HepRotation::HepRotation ( )
inline

◆ HepRotation() [50/60]

CLHEP::HepRotation::HepRotation ( const HepRotation & m)
inline

◆ HepRotation() [51/60]

CLHEP::HepRotation::HepRotation ( const HepRotationX & m)
inline

◆ HepRotation() [52/60]

CLHEP::HepRotation::HepRotation ( const HepRotationY & m)
inline

◆ HepRotation() [53/60]

CLHEP::HepRotation::HepRotation ( const HepRotationZ & m)
inline

◆ HepRotation() [54/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & axis,
double delta )

◆ HepRotation() [55/60]

CLHEP::HepRotation::HepRotation ( const HepAxisAngle & ax)

◆ HepRotation() [56/60]

CLHEP::HepRotation::HepRotation ( double phi,
double theta,
double psi )

◆ HepRotation() [57/60]

CLHEP::HepRotation::HepRotation ( const HepEulerAngles & e)

◆ HepRotation() [58/60]

CLHEP::HepRotation::HepRotation ( const Hep3Vector & colX,
const Hep3Vector & colY,
const Hep3Vector & colZ )

◆ HepRotation() [59/60]

CLHEP::HepRotation::HepRotation ( const HepRep3x3 & m)
inline

◆ ~HepRotation() [5/5]

CLHEP::HepRotation::~HepRotation ( )
inline

◆ HepRotation() [60/60]

CLHEP::HepRotation::HepRotation ( double mxx,
double mxy,
double mxz,
double myx,
double myy,
double myz,
double mzx,
double mzy,
double mzz )
inlineprotected

Member Function Documentation

◆ axis() [1/5]

Hep3Vector CLHEP::HepRotation::axis ( ) const

Definition at line 82 of file RotationA.cc.

References rxy, rxz, ryx, ryy, ryz, rzx, rzy, rzz, and CLHEP::Hep3Vector::unit().

Referenced by axisAngle(), rectify(), and setDelta().

◆ axis() [2/5]

Hep3Vector CLHEP::HepRotation::axis ( ) const

◆ axis() [3/5]

Hep3Vector CLHEP::HepRotation::axis ( ) const

◆ axis() [4/5]

Hep3Vector CLHEP::HepRotation::axis ( ) const

◆ axis() [5/5]

Hep3Vector CLHEP::HepRotation::axis ( ) const

◆ axisAngle() [1/5]

HepAxisAngle CLHEP::HepRotation::axisAngle ( ) const

◆ axisAngle() [2/5]

HepAxisAngle CLHEP::HepRotation::axisAngle ( ) const

◆ axisAngle() [3/5]

HepAxisAngle CLHEP::HepRotation::axisAngle ( ) const

◆ axisAngle() [4/5]

HepAxisAngle CLHEP::HepRotation::axisAngle ( ) const

◆ axisAngle() [5/5]

HepAxisAngle CLHEP::HepRotation::axisAngle ( ) const

◆ col1() [1/5]

HepLorentzVector CLHEP::HepRotation::col1 ( ) const
inline

◆ col1() [2/5]

HepLorentzVector CLHEP::HepRotation::col1 ( ) const
inline

◆ col1() [3/5]

HepLorentzVector CLHEP::HepRotation::col1 ( ) const
inline

◆ col1() [4/5]

HepLorentzVector CLHEP::HepRotation::col1 ( ) const
inline

◆ col1() [5/5]

HepLorentzVector CLHEP::HepRotation::col1 ( ) const
inline

◆ col2() [1/5]

HepLorentzVector CLHEP::HepRotation::col2 ( ) const
inline

◆ col2() [2/5]

HepLorentzVector CLHEP::HepRotation::col2 ( ) const
inline

◆ col2() [3/5]

HepLorentzVector CLHEP::HepRotation::col2 ( ) const
inline

◆ col2() [4/5]

HepLorentzVector CLHEP::HepRotation::col2 ( ) const
inline

◆ col2() [5/5]

HepLorentzVector CLHEP::HepRotation::col2 ( ) const
inline

◆ col3() [1/5]

HepLorentzVector CLHEP::HepRotation::col3 ( ) const
inline

◆ col3() [2/5]

HepLorentzVector CLHEP::HepRotation::col3 ( ) const
inline

◆ col3() [3/5]

HepLorentzVector CLHEP::HepRotation::col3 ( ) const
inline

◆ col3() [4/5]

HepLorentzVector CLHEP::HepRotation::col3 ( ) const
inline

◆ col3() [5/5]

HepLorentzVector CLHEP::HepRotation::col3 ( ) const
inline

◆ col4() [1/5]

HepLorentzVector CLHEP::HepRotation::col4 ( ) const
inline

◆ col4() [2/5]

HepLorentzVector CLHEP::HepRotation::col4 ( ) const
inline

◆ col4() [3/5]

HepLorentzVector CLHEP::HepRotation::col4 ( ) const
inline

◆ col4() [4/5]

HepLorentzVector CLHEP::HepRotation::col4 ( ) const
inline

◆ col4() [5/5]

HepLorentzVector CLHEP::HepRotation::col4 ( ) const
inline

◆ colX() [1/5]

Hep3Vector CLHEP::HepRotation::colX ( ) const
inline

◆ colX() [2/5]

Hep3Vector CLHEP::HepRotation::colX ( ) const
inline

◆ colX() [3/5]

Hep3Vector CLHEP::HepRotation::colX ( ) const
inline

◆ colX() [4/5]

Hep3Vector CLHEP::HepRotation::colX ( ) const
inline

◆ colX() [5/5]

Hep3Vector CLHEP::HepRotation::colX ( ) const
inline

◆ colY() [1/5]

Hep3Vector CLHEP::HepRotation::colY ( ) const
inline

◆ colY() [2/5]

Hep3Vector CLHEP::HepRotation::colY ( ) const
inline

◆ colY() [3/5]

Hep3Vector CLHEP::HepRotation::colY ( ) const
inline

◆ colY() [4/5]

Hep3Vector CLHEP::HepRotation::colY ( ) const
inline

◆ colY() [5/5]

Hep3Vector CLHEP::HepRotation::colY ( ) const
inline

◆ colZ() [1/5]

Hep3Vector CLHEP::HepRotation::colZ ( ) const
inline

◆ colZ() [2/5]

Hep3Vector CLHEP::HepRotation::colZ ( ) const
inline

◆ colZ() [3/5]

Hep3Vector CLHEP::HepRotation::colZ ( ) const
inline

◆ colZ() [4/5]

Hep3Vector CLHEP::HepRotation::colZ ( ) const
inline

◆ colZ() [5/5]

Hep3Vector CLHEP::HepRotation::colZ ( ) const
inline

◆ compare() [1/5]

int CLHEP::HepRotation::compare ( const HepRotation & r) const

Definition at line 178 of file Rotation.cc.

References rxx, rxy, rxz, ryx, ryy, ryz, rzx, rzy, and rzz.

◆ compare() [2/5]

int CLHEP::HepRotation::compare ( const HepRotation & r) const

◆ compare() [3/5]

int CLHEP::HepRotation::compare ( const HepRotation & r) const

◆ compare() [4/5]

int CLHEP::HepRotation::compare ( const HepRotation & r) const

◆ compare() [5/5]

int CLHEP::HepRotation::compare ( const HepRotation & r) const

◆ decompose() [1/10]

void CLHEP::HepRotation::decompose ( Hep3Vector & boost,
HepAxisAngle & rotation ) const

Definition at line 30 of file RotationP.cc.

References axisAngle(), and CLHEP::Hep3Vector::set().

◆ decompose() [2/10]

void CLHEP::HepRotation::decompose ( Hep3Vector & boost,
HepAxisAngle & rotation ) const

◆ decompose() [3/10]

void CLHEP::HepRotation::decompose ( Hep3Vector & boost,
HepAxisAngle & rotation ) const

◆ decompose() [4/10]

void CLHEP::HepRotation::decompose ( Hep3Vector & boost,
HepAxisAngle & rotation ) const

◆ decompose() [5/10]

void CLHEP::HepRotation::decompose ( Hep3Vector & boost,
HepAxisAngle & rotation ) const

◆ decompose() [6/10]

void CLHEP::HepRotation::decompose ( HepAxisAngle & rotation,
Hep3Vector & boost ) const

Definition at line 25 of file RotationP.cc.

References axisAngle(), and CLHEP::Hep3Vector::set().

◆ decompose() [7/10]

void CLHEP::HepRotation::decompose ( HepAxisAngle & rotation,
Hep3Vector & boost ) const

◆ decompose() [8/10]

void CLHEP::HepRotation::decompose ( HepAxisAngle & rotation,
Hep3Vector & boost ) const

◆ decompose() [9/10]

void CLHEP::HepRotation::decompose ( HepAxisAngle & rotation,
Hep3Vector & boost ) const

◆ decompose() [10/10]

void CLHEP::HepRotation::decompose ( HepAxisAngle & rotation,
Hep3Vector & boost ) const

◆ delta() [1/5]

double CLHEP::HepRotation::delta ( ) const

Definition at line 69 of file RotationA.cc.

References rxx, ryy, and rzz.

Referenced by axisAngle(), rectify(), and setAxis().

◆ delta() [2/5]

double CLHEP::HepRotation::delta ( ) const

◆ delta() [3/5]

double CLHEP::HepRotation::delta ( ) const

◆ delta() [4/5]

double CLHEP::HepRotation::delta ( ) const

◆ delta() [5/5]

double CLHEP::HepRotation::delta ( ) const

◆ distance2() [1/15]

double CLHEP::HepRotation::distance2 ( const HepBoost & lt) const

Definition at line 40 of file RotationL.cc.

References distance2().

◆ distance2() [2/15]

double CLHEP::HepRotation::distance2 ( const HepBoost & lt) const

◆ distance2() [3/15]

double CLHEP::HepRotation::distance2 ( const HepBoost & lt) const

◆ distance2() [4/15]

double CLHEP::HepRotation::distance2 ( const HepBoost & lt) const

◆ distance2() [5/15]

double CLHEP::HepRotation::distance2 ( const HepBoost & lt) const

◆ distance2() [6/15]

double CLHEP::HepRotation::distance2 ( const HepLorentzRotation & lt) const

Definition at line 30 of file RotationL.cc.

References a, b, CLHEP::HepLorentzRotation::decompose(), and distance2().

◆ distance2() [7/15]

double CLHEP::HepRotation::distance2 ( const HepLorentzRotation & lt) const

◆ distance2() [8/15]

double CLHEP::HepRotation::distance2 ( const HepLorentzRotation & lt) const

◆ distance2() [9/15]

double CLHEP::HepRotation::distance2 ( const HepLorentzRotation & lt) const

◆ distance2() [10/15]

double CLHEP::HepRotation::distance2 ( const HepLorentzRotation & lt) const

◆ distance2() [11/15]

◆ distance2() [12/15]

double CLHEP::HepRotation::distance2 ( const HepRotation & r) const

◆ distance2() [13/15]

double CLHEP::HepRotation::distance2 ( const HepRotation & r) const

◆ distance2() [14/15]

double CLHEP::HepRotation::distance2 ( const HepRotation & r) const

◆ distance2() [15/15]

double CLHEP::HepRotation::distance2 ( const HepRotation & r) const

◆ eulerAngles() [1/5]

HepEulerAngles CLHEP::HepRotation::eulerAngles ( ) const

Definition at line 206 of file RotationE.cc.

References rxx, rxy, rxz, ryx, ryy, ryz, rzx, rzy, rzz, and ZMthrowC.

Referenced by phi(), psi(), and test().

◆ eulerAngles() [2/5]

HepEulerAngles CLHEP::HepRotation::eulerAngles ( ) const

◆ eulerAngles() [3/5]

HepEulerAngles CLHEP::HepRotation::eulerAngles ( ) const

◆ eulerAngles() [4/5]

HepEulerAngles CLHEP::HepRotation::eulerAngles ( ) const

◆ eulerAngles() [5/5]

HepEulerAngles CLHEP::HepRotation::eulerAngles ( ) const

◆ getAngleAxis() [1/5]

void CLHEP::HepRotation::getAngleAxis ( double & delta,
Hep3Vector & axis ) const

Definition at line 153 of file Rotation.cc.

References xx(), xy(), xz(), yx(), yy(), yz(), zx(), zy(), and zz().

◆ getAngleAxis() [2/5]

void CLHEP::HepRotation::getAngleAxis ( double & delta,
Hep3Vector & axis ) const

◆ getAngleAxis() [3/5]

void CLHEP::HepRotation::getAngleAxis ( double & delta,
Hep3Vector & axis ) const

◆ getAngleAxis() [4/5]

void CLHEP::HepRotation::getAngleAxis ( double & delta,
Hep3Vector & axis ) const

◆ getAngleAxis() [5/5]

void CLHEP::HepRotation::getAngleAxis ( double & delta,
Hep3Vector & axis ) const

◆ getAxis() [1/5]

Hep3Vector CLHEP::HepRotation::getAxis ( ) const
inline

◆ getAxis() [2/5]

Hep3Vector CLHEP::HepRotation::getAxis ( ) const
inline

◆ getAxis() [3/5]

Hep3Vector CLHEP::HepRotation::getAxis ( ) const
inline

◆ getAxis() [4/5]

Hep3Vector CLHEP::HepRotation::getAxis ( ) const
inline

◆ getAxis() [5/5]

Hep3Vector CLHEP::HepRotation::getAxis ( ) const
inline

◆ getDelta() [1/5]

double CLHEP::HepRotation::getDelta ( ) const
inline

◆ getDelta() [2/5]

double CLHEP::HepRotation::getDelta ( ) const
inline

◆ getDelta() [3/5]

double CLHEP::HepRotation::getDelta ( ) const
inline

◆ getDelta() [4/5]

double CLHEP::HepRotation::getDelta ( ) const
inline

◆ getDelta() [5/5]

double CLHEP::HepRotation::getDelta ( ) const
inline

◆ getPhi() [1/5]

double CLHEP::HepRotation::getPhi ( ) const
inline

◆ getPhi() [2/5]

double CLHEP::HepRotation::getPhi ( ) const
inline

◆ getPhi() [3/5]

double CLHEP::HepRotation::getPhi ( ) const
inline

◆ getPhi() [4/5]

double CLHEP::HepRotation::getPhi ( ) const
inline

◆ getPhi() [5/5]

double CLHEP::HepRotation::getPhi ( ) const
inline

◆ getPsi() [1/5]

double CLHEP::HepRotation::getPsi ( ) const
inline

◆ getPsi() [2/5]

double CLHEP::HepRotation::getPsi ( ) const
inline

◆ getPsi() [3/5]

double CLHEP::HepRotation::getPsi ( ) const
inline

◆ getPsi() [4/5]

double CLHEP::HepRotation::getPsi ( ) const
inline

◆ getPsi() [5/5]

double CLHEP::HepRotation::getPsi ( ) const
inline

◆ getTheta() [1/5]

double CLHEP::HepRotation::getTheta ( ) const
inline

◆ getTheta() [2/5]

double CLHEP::HepRotation::getTheta ( ) const
inline

◆ getTheta() [3/5]

double CLHEP::HepRotation::getTheta ( ) const
inline

◆ getTheta() [4/5]

double CLHEP::HepRotation::getTheta ( ) const
inline

◆ getTheta() [5/5]

double CLHEP::HepRotation::getTheta ( ) const
inline

◆ getTolerance() [1/5]

static double CLHEP::HepRotation::getTolerance ( )
inlinestatic

◆ getTolerance() [2/5]

static double CLHEP::HepRotation::getTolerance ( )
inlinestatic

◆ getTolerance() [3/5]

static double CLHEP::HepRotation::getTolerance ( )
inlinestatic

◆ getTolerance() [4/5]

static double CLHEP::HepRotation::getTolerance ( )
inlinestatic

◆ getTolerance() [5/5]

static double CLHEP::HepRotation::getTolerance ( )
inlinestatic

◆ howNear() [1/15]

double CLHEP::HepRotation::howNear ( const HepBoost & lt) const

Definition at line 48 of file RotationL.cc.

References distance2().

◆ howNear() [2/15]

double CLHEP::HepRotation::howNear ( const HepBoost & lt) const

◆ howNear() [3/15]

double CLHEP::HepRotation::howNear ( const HepBoost & lt) const

◆ howNear() [4/15]

double CLHEP::HepRotation::howNear ( const HepBoost & lt) const

◆ howNear() [5/15]

double CLHEP::HepRotation::howNear ( const HepBoost & lt) const

◆ howNear() [6/15]

double CLHEP::HepRotation::howNear ( const HepLorentzRotation & lt) const

Definition at line 44 of file RotationL.cc.

References distance2().

◆ howNear() [7/15]

double CLHEP::HepRotation::howNear ( const HepLorentzRotation & lt) const

◆ howNear() [8/15]

double CLHEP::HepRotation::howNear ( const HepLorentzRotation & lt) const

◆ howNear() [9/15]

double CLHEP::HepRotation::howNear ( const HepLorentzRotation & lt) const

◆ howNear() [10/15]

double CLHEP::HepRotation::howNear ( const HepLorentzRotation & lt) const

◆ howNear() [11/15]

double CLHEP::HepRotation::howNear ( const HepRotation & r) const

Definition at line 43 of file RotationP.cc.

References distance2().

◆ howNear() [12/15]

double CLHEP::HepRotation::howNear ( const HepRotation & r) const

◆ howNear() [13/15]

double CLHEP::HepRotation::howNear ( const HepRotation & r) const

◆ howNear() [14/15]

double CLHEP::HepRotation::howNear ( const HepRotation & r) const

◆ howNear() [15/15]

double CLHEP::HepRotation::howNear ( const HepRotation & r) const

◆ inverse() [1/5]

HepRotation CLHEP::HepRotation::inverse ( ) const
inline

Referenced by main().

◆ inverse() [2/5]

HepRotation CLHEP::HepRotation::inverse ( ) const
inline

◆ inverse() [3/5]

HepRotation CLHEP::HepRotation::inverse ( ) const
inline

◆ inverse() [4/5]

HepRotation CLHEP::HepRotation::inverse ( ) const
inline

◆ inverse() [5/5]

HepRotation CLHEP::HepRotation::inverse ( ) const
inline

◆ invert() [1/5]

HepRotation & CLHEP::HepRotation::invert ( )
inline

Referenced by main(), and setRows().

◆ invert() [2/5]

HepRotation & CLHEP::HepRotation::invert ( )
inline

◆ invert() [3/5]

HepRotation & CLHEP::HepRotation::invert ( )
inline

◆ invert() [4/5]

HepRotation & CLHEP::HepRotation::invert ( )
inline

◆ invert() [5/5]

HepRotation & CLHEP::HepRotation::invert ( )
inline

◆ isIdentity() [1/5]

bool CLHEP::HepRotation::isIdentity ( ) const

Definition at line 172 of file Rotation.cc.

References rxx, rxy, rxz, ryx, ryy, ryz, rzx, rzy, and rzz.

◆ isIdentity() [2/5]

bool CLHEP::HepRotation::isIdentity ( ) const

◆ isIdentity() [3/5]

bool CLHEP::HepRotation::isIdentity ( ) const

◆ isIdentity() [4/5]

bool CLHEP::HepRotation::isIdentity ( ) const

◆ isIdentity() [5/5]

bool CLHEP::HepRotation::isIdentity ( ) const

◆ isNear() [1/15]

bool CLHEP::HepRotation::isNear ( const HepBoost & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

Definition at line 57 of file RotationL.cc.

References distance2().

◆ isNear() [2/15]

bool CLHEP::HepRotation::isNear ( const HepBoost & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [3/15]

bool CLHEP::HepRotation::isNear ( const HepBoost & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [4/15]

bool CLHEP::HepRotation::isNear ( const HepBoost & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [5/15]

bool CLHEP::HepRotation::isNear ( const HepBoost & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [6/15]

bool CLHEP::HepRotation::isNear ( const HepLorentzRotation & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

Definition at line 52 of file RotationL.cc.

References distance2().

◆ isNear() [7/15]

bool CLHEP::HepRotation::isNear ( const HepLorentzRotation & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [8/15]

bool CLHEP::HepRotation::isNear ( const HepLorentzRotation & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [9/15]

bool CLHEP::HepRotation::isNear ( const HepLorentzRotation & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [10/15]

bool CLHEP::HepRotation::isNear ( const HepLorentzRotation & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [11/15]

bool CLHEP::HepRotation::isNear ( const HepRotation & r,
double epsilon = Hep4RotationInterface::tolerance ) const

Definition at line 47 of file RotationP.cc.

References distance2().

◆ isNear() [12/15]

bool CLHEP::HepRotation::isNear ( const HepRotation & r,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [13/15]

bool CLHEP::HepRotation::isNear ( const HepRotation & r,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [14/15]

bool CLHEP::HepRotation::isNear ( const HepRotation & r,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [15/15]

bool CLHEP::HepRotation::isNear ( const HepRotation & r,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ norm2() [1/5]

◆ norm2() [2/5]

double CLHEP::HepRotation::norm2 ( ) const

◆ norm2() [3/5]

double CLHEP::HepRotation::norm2 ( ) const

◆ norm2() [4/5]

double CLHEP::HepRotation::norm2 ( ) const

◆ norm2() [5/5]

double CLHEP::HepRotation::norm2 ( ) const

◆ operator!=() [1/5]

bool CLHEP::HepRotation::operator!= ( const HepRotation & r) const
inline

◆ operator!=() [2/5]

bool CLHEP::HepRotation::operator!= ( const HepRotation & r) const
inline

◆ operator!=() [3/5]

bool CLHEP::HepRotation::operator!= ( const HepRotation & r) const
inline

◆ operator!=() [4/5]

bool CLHEP::HepRotation::operator!= ( const HepRotation & r) const
inline

◆ operator!=() [5/5]

bool CLHEP::HepRotation::operator!= ( const HepRotation & r) const
inline

◆ operator()() [1/15]

Hep3Vector CLHEP::HepRotation::operator() ( const Hep3Vector & p) const
inline

◆ operator()() [2/15]

Hep3Vector CLHEP::HepRotation::operator() ( const Hep3Vector & p) const
inline

◆ operator()() [3/15]

Hep3Vector CLHEP::HepRotation::operator() ( const Hep3Vector & p) const
inline

◆ operator()() [4/15]

Hep3Vector CLHEP::HepRotation::operator() ( const Hep3Vector & p) const
inline

◆ operator()() [5/15]

Hep3Vector CLHEP::HepRotation::operator() ( const Hep3Vector & p) const
inline

◆ operator()() [6/15]

HepLorentzVector CLHEP::HepRotation::operator() ( const HepLorentzVector & w) const
inline

◆ operator()() [7/15]

HepLorentzVector CLHEP::HepRotation::operator() ( const HepLorentzVector & w) const
inline

◆ operator()() [8/15]

HepLorentzVector CLHEP::HepRotation::operator() ( const HepLorentzVector & w) const
inline

◆ operator()() [9/15]

HepLorentzVector CLHEP::HepRotation::operator() ( const HepLorentzVector & w) const
inline

◆ operator()() [10/15]

HepLorentzVector CLHEP::HepRotation::operator() ( const HepLorentzVector & w) const
inline

◆ operator()() [11/15]

double CLHEP::HepRotation::operator() ( int i,
int j ) const

Definition at line 29 of file Rotation.cc.

References xx(), xy(), xz(), yx(), yy(), yz(), zx(), zy(), and zz().

◆ operator()() [12/15]

double CLHEP::HepRotation::operator() ( int ,
int  ) const

◆ operator()() [13/15]

double CLHEP::HepRotation::operator() ( int ,
int  ) const

◆ operator()() [14/15]

double CLHEP::HepRotation::operator() ( int ,
int  ) const

◆ operator()() [15/15]

double CLHEP::HepRotation::operator() ( int ,
int  ) const

◆ operator*() [1/30]

Hep3Vector CLHEP::HepRotation::operator* ( const Hep3Vector & p) const
inline

◆ operator*() [2/30]

Hep3Vector CLHEP::HepRotation::operator* ( const Hep3Vector & p) const
inline

◆ operator*() [3/30]

Hep3Vector CLHEP::HepRotation::operator* ( const Hep3Vector & p) const
inline

◆ operator*() [4/30]

Hep3Vector CLHEP::HepRotation::operator* ( const Hep3Vector & p) const
inline

◆ operator*() [5/30]

Hep3Vector CLHEP::HepRotation::operator* ( const Hep3Vector & p) const
inline

◆ operator*() [6/30]

HepLorentzVector CLHEP::HepRotation::operator* ( const HepLorentzVector & w) const
inline

◆ operator*() [7/30]

HepLorentzVector CLHEP::HepRotation::operator* ( const HepLorentzVector & w) const
inline

◆ operator*() [8/30]

HepLorentzVector CLHEP::HepRotation::operator* ( const HepLorentzVector & w) const
inline

◆ operator*() [9/30]

HepLorentzVector CLHEP::HepRotation::operator* ( const HepLorentzVector & w) const
inline

◆ operator*() [10/30]

HepLorentzVector CLHEP::HepRotation::operator* ( const HepLorentzVector & w) const
inline

◆ operator*() [11/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotation & r) const
inline

◆ operator*() [12/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotation & r) const
inline

◆ operator*() [13/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotation & r) const
inline

◆ operator*() [14/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotation & r) const
inline

◆ operator*() [15/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotation & r) const
inline

◆ operator*() [16/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationX & rx) const
inline

◆ operator*() [17/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationX & rx) const
inline

◆ operator*() [18/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationX & rx) const
inline

◆ operator*() [19/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationX & rx) const
inline

◆ operator*() [20/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationX & rx) const
inline

◆ operator*() [21/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationY & ry) const
inline

◆ operator*() [22/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationY & ry) const
inline

◆ operator*() [23/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationY & ry) const
inline

◆ operator*() [24/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationY & ry) const
inline

◆ operator*() [25/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationY & ry) const
inline

◆ operator*() [26/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationZ & rz) const
inline

◆ operator*() [27/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationZ & rz) const
inline

◆ operator*() [28/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationZ & rz) const
inline

◆ operator*() [29/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationZ & rz) const
inline

◆ operator*() [30/30]

HepRotation CLHEP::HepRotation::operator* ( const HepRotationZ & rz) const
inline

◆ operator*=() [1/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotation & r)
inline

◆ operator*=() [2/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotation & r)
inline

◆ operator*=() [3/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotation & r)
inline

◆ operator*=() [4/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotation & r)
inline

◆ operator*=() [5/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotation & r)
inline

◆ operator*=() [6/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationX & r)
inline

◆ operator*=() [7/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationX & r)
inline

◆ operator*=() [8/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationX & r)
inline

◆ operator*=() [9/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationX & r)
inline

◆ operator*=() [10/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationX & r)
inline

◆ operator*=() [11/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationY & r)
inline

◆ operator*=() [12/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationY & r)
inline

◆ operator*=() [13/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationY & r)
inline

◆ operator*=() [14/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationY & r)
inline

◆ operator*=() [15/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationY & r)
inline

◆ operator*=() [16/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationZ & r)
inline

◆ operator*=() [17/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationZ & r)
inline

◆ operator*=() [18/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationZ & r)
inline

◆ operator*=() [19/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationZ & r)
inline

◆ operator*=() [20/20]

HepRotation & CLHEP::HepRotation::operator*= ( const HepRotationZ & r)
inline

◆ operator<() [1/5]

bool CLHEP::HepRotation::operator< ( const HepRotation & r) const
inline

◆ operator<() [2/5]

bool CLHEP::HepRotation::operator< ( const HepRotation & r) const
inline

◆ operator<() [3/5]

bool CLHEP::HepRotation::operator< ( const HepRotation & r) const
inline

◆ operator<() [4/5]

bool CLHEP::HepRotation::operator< ( const HepRotation & r) const
inline

◆ operator<() [5/5]

bool CLHEP::HepRotation::operator< ( const HepRotation & r) const
inline

◆ operator<=() [1/5]

bool CLHEP::HepRotation::operator<= ( const HepRotation & r) const
inline

◆ operator<=() [2/5]

bool CLHEP::HepRotation::operator<= ( const HepRotation & r) const
inline

◆ operator<=() [3/5]

bool CLHEP::HepRotation::operator<= ( const HepRotation & r) const
inline

◆ operator<=() [4/5]

bool CLHEP::HepRotation::operator<= ( const HepRotation & r) const
inline

◆ operator<=() [5/5]

bool CLHEP::HepRotation::operator<= ( const HepRotation & r) const
inline

◆ operator=() [1/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotation & r)
inline

◆ operator=() [2/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotation & r)
inline

◆ operator=() [3/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotation & r)
inline

◆ operator=() [4/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotation & r)
inline

◆ operator=() [5/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotation & r)
inline

◆ operator=() [6/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationX & r)
inline

◆ operator=() [7/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationX & r)
inline

◆ operator=() [8/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationX & r)
inline

◆ operator=() [9/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationX & r)
inline

◆ operator=() [10/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationX & r)
inline

◆ operator=() [11/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationY & r)
inline

◆ operator=() [12/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationY & r)
inline

◆ operator=() [13/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationY & r)
inline

◆ operator=() [14/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationY & r)
inline

◆ operator=() [15/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationY & r)
inline

◆ operator=() [16/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationZ & r)
inline

◆ operator=() [17/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationZ & r)
inline

◆ operator=() [18/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationZ & r)
inline

◆ operator=() [19/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationZ & r)
inline

◆ operator=() [20/20]

HepRotation & CLHEP::HepRotation::operator= ( const HepRotationZ & r)
inline

◆ operator==() [1/5]

bool CLHEP::HepRotation::operator== ( const HepRotation & r) const
inline

◆ operator==() [2/5]

bool CLHEP::HepRotation::operator== ( const HepRotation & r) const
inline

◆ operator==() [3/5]

bool CLHEP::HepRotation::operator== ( const HepRotation & r) const
inline

◆ operator==() [4/5]

bool CLHEP::HepRotation::operator== ( const HepRotation & r) const
inline

◆ operator==() [5/5]

bool CLHEP::HepRotation::operator== ( const HepRotation & r) const
inline

◆ operator>() [1/5]

bool CLHEP::HepRotation::operator> ( const HepRotation & r) const
inline

◆ operator>() [2/5]

bool CLHEP::HepRotation::operator> ( const HepRotation & r) const
inline

◆ operator>() [3/5]

bool CLHEP::HepRotation::operator> ( const HepRotation & r) const
inline

◆ operator>() [4/5]

bool CLHEP::HepRotation::operator> ( const HepRotation & r) const
inline

◆ operator>() [5/5]

bool CLHEP::HepRotation::operator> ( const HepRotation & r) const
inline

◆ operator>=() [1/5]

bool CLHEP::HepRotation::operator>= ( const HepRotation & r) const
inline

◆ operator>=() [2/5]

bool CLHEP::HepRotation::operator>= ( const HepRotation & r) const
inline

◆ operator>=() [3/5]

bool CLHEP::HepRotation::operator>= ( const HepRotation & r) const
inline

◆ operator>=() [4/5]

bool CLHEP::HepRotation::operator>= ( const HepRotation & r) const
inline

◆ operator>=() [5/5]

bool CLHEP::HepRotation::operator>= ( const HepRotation & r) const
inline

◆ operator[]() [1/5]

const HepRotation_row CLHEP::HepRotation::operator[] ( int ) const
inline

◆ operator[]() [2/5]

const HepRotation_row CLHEP::HepRotation::operator[] ( int ) const
inline

◆ operator[]() [3/5]

const HepRotation_row CLHEP::HepRotation::operator[] ( int ) const
inline

◆ operator[]() [4/5]

const HepRotation_row CLHEP::HepRotation::operator[] ( int ) const
inline

◆ operator[]() [5/5]

const HepRotation_row CLHEP::HepRotation::operator[] ( int ) const
inline

◆ phi() [1/5]

double CLHEP::HepRotation::phi ( ) const

Definition at line 73 of file RotationE.cc.

References eulerAngles(), CLHEP::HepEulerAngles::phi(), rzx, rzy, rzz, and ZMthrowC.

Referenced by main(), setPsi(), setTheta(), and test().

◆ phi() [2/5]

double CLHEP::HepRotation::phi ( ) const

◆ phi() [3/5]

double CLHEP::HepRotation::phi ( ) const

◆ phi() [4/5]

double CLHEP::HepRotation::phi ( ) const

◆ phi() [5/5]

double CLHEP::HepRotation::phi ( ) const

◆ phiX() [1/5]

double CLHEP::HepRotation::phiX ( ) const

Definition at line 129 of file Rotation.cc.

References xx(), and yx().

◆ phiX() [2/5]

double CLHEP::HepRotation::phiX ( ) const

◆ phiX() [3/5]

double CLHEP::HepRotation::phiX ( ) const

◆ phiX() [4/5]

double CLHEP::HepRotation::phiX ( ) const

◆ phiX() [5/5]

double CLHEP::HepRotation::phiX ( ) const

◆ phiY() [1/5]

double CLHEP::HepRotation::phiY ( ) const

Definition at line 133 of file Rotation.cc.

References xy(), and yy().

◆ phiY() [2/5]

double CLHEP::HepRotation::phiY ( ) const

◆ phiY() [3/5]

double CLHEP::HepRotation::phiY ( ) const

◆ phiY() [4/5]

double CLHEP::HepRotation::phiY ( ) const

◆ phiY() [5/5]

double CLHEP::HepRotation::phiY ( ) const

◆ phiZ() [1/5]

double CLHEP::HepRotation::phiZ ( ) const

Definition at line 137 of file Rotation.cc.

References xz(), and yz().

◆ phiZ() [2/5]

double CLHEP::HepRotation::phiZ ( ) const

◆ phiZ() [3/5]

double CLHEP::HepRotation::phiZ ( ) const

◆ phiZ() [4/5]

double CLHEP::HepRotation::phiZ ( ) const

◆ phiZ() [5/5]

double CLHEP::HepRotation::phiZ ( ) const

◆ print() [1/5]

std::ostream & CLHEP::HepRotation::print ( std::ostream & os) const

Definition at line 22 of file RotationIO.cc.

References xx(), xy(), xz(), yx(), yy(), yz(), zx(), zy(), and zz().

Referenced by main().

◆ print() [2/5]

std::ostream & CLHEP::HepRotation::print ( std::ostream & os) const

◆ print() [3/5]

std::ostream & CLHEP::HepRotation::print ( std::ostream & os) const

◆ print() [4/5]

std::ostream & CLHEP::HepRotation::print ( std::ostream & os) const

◆ print() [5/5]

std::ostream & CLHEP::HepRotation::print ( std::ostream & os) const

◆ psi() [1/5]

double CLHEP::HepRotation::psi ( ) const

Definition at line 113 of file RotationE.cc.

References eulerAngles(), CLHEP::HepEulerAngles::psi(), rxz, ryz, rzz, and ZMthrowC.

Referenced by main(), setPhi(), setTheta(), and test().

◆ psi() [2/5]

double CLHEP::HepRotation::psi ( ) const

◆ psi() [3/5]

double CLHEP::HepRotation::psi ( ) const

◆ psi() [4/5]

double CLHEP::HepRotation::psi ( ) const

◆ psi() [5/5]

double CLHEP::HepRotation::psi ( ) const

◆ rectify() [1/5]

◆ rectify() [2/5]

void CLHEP::HepRotation::rectify ( )

◆ rectify() [3/5]

void CLHEP::HepRotation::rectify ( )

◆ rectify() [4/5]

void CLHEP::HepRotation::rectify ( )

◆ rectify() [5/5]

void CLHEP::HepRotation::rectify ( )

◆ rep3x3() [1/5]

HepRep3x3 CLHEP::HepRotation::rep3x3 ( ) const
inline

Referenced by compareR(), and perturb().

◆ rep3x3() [2/5]

HepRep3x3 CLHEP::HepRotation::rep3x3 ( ) const
inline

◆ rep3x3() [3/5]

HepRep3x3 CLHEP::HepRotation::rep3x3 ( ) const
inline

◆ rep3x3() [4/5]

HepRep3x3 CLHEP::HepRotation::rep3x3 ( ) const
inline

◆ rep3x3() [5/5]

HepRep3x3 CLHEP::HepRotation::rep3x3 ( ) const
inline

◆ rep4x4() [1/5]

◆ rep4x4() [2/5]

HepRep4x4 CLHEP::HepRotation::rep4x4 ( ) const
inline

◆ rep4x4() [3/5]

HepRep4x4 CLHEP::HepRotation::rep4x4 ( ) const
inline

◆ rep4x4() [4/5]

HepRep4x4 CLHEP::HepRotation::rep4x4 ( ) const
inline

◆ rep4x4() [5/5]

HepRep4x4 CLHEP::HepRotation::rep4x4 ( ) const
inline

◆ rotate() [1/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector & axis )

◆ rotate() [2/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector & axis )

◆ rotate() [3/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector & axis )

◆ rotate() [4/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector & axis )

◆ rotate() [5/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector & axis )

◆ rotate() [6/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector * axis )
inline

◆ rotate() [7/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector * axis )
inline

◆ rotate() [8/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector * axis )
inline

◆ rotate() [9/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector * axis )
inline

◆ rotate() [10/10]

HepRotation & CLHEP::HepRotation::rotate ( double delta,
const Hep3Vector * axis )
inline

◆ rotateAxes() [1/5]

◆ rotateAxes() [2/5]

HepRotation & CLHEP::HepRotation::rotateAxes ( const Hep3Vector & newX,
const Hep3Vector & newY,
const Hep3Vector & newZ )

◆ rotateAxes() [3/5]

HepRotation & CLHEP::HepRotation::rotateAxes ( const Hep3Vector & newX,
const Hep3Vector & newY,
const Hep3Vector & newZ )

◆ rotateAxes() [4/5]

HepRotation & CLHEP::HepRotation::rotateAxes ( const Hep3Vector & newX,
const Hep3Vector & newY,
const Hep3Vector & newZ )

◆ rotateAxes() [5/5]

HepRotation & CLHEP::HepRotation::rotateAxes ( const Hep3Vector & newX,
const Hep3Vector & newY,
const Hep3Vector & newZ )

◆ rotateX() [1/5]

HepRotation & CLHEP::HepRotation::rotateX ( double delta)

Definition at line 66 of file Rotation.cc.

References a, ryx, ryy, ryz, rzx, rzy, and rzz.

◆ rotateX() [2/5]

HepRotation & CLHEP::HepRotation::rotateX ( double delta)

◆ rotateX() [3/5]

HepRotation & CLHEP::HepRotation::rotateX ( double delta)

◆ rotateX() [4/5]

HepRotation & CLHEP::HepRotation::rotateX ( double delta)

◆ rotateX() [5/5]

HepRotation & CLHEP::HepRotation::rotateX ( double delta)

◆ rotateY() [1/5]

HepRotation & CLHEP::HepRotation::rotateY ( double delta)

Definition at line 79 of file Rotation.cc.

References a, rxx, rxy, rxz, rzx, rzy, and rzz.

Referenced by main().

◆ rotateY() [2/5]

HepRotation & CLHEP::HepRotation::rotateY ( double delta)

◆ rotateY() [3/5]

HepRotation & CLHEP::HepRotation::rotateY ( double delta)

◆ rotateY() [4/5]

HepRotation & CLHEP::HepRotation::rotateY ( double delta)

◆ rotateY() [5/5]

HepRotation & CLHEP::HepRotation::rotateY ( double delta)

◆ rotateZ() [1/5]

HepRotation & CLHEP::HepRotation::rotateZ ( double delta)

Definition at line 92 of file Rotation.cc.

References a, rxx, rxy, rxz, ryx, ryy, and ryz.

Referenced by main().

◆ rotateZ() [2/5]

HepRotation & CLHEP::HepRotation::rotateZ ( double delta)

◆ rotateZ() [3/5]

HepRotation & CLHEP::HepRotation::rotateZ ( double delta)

◆ rotateZ() [4/5]

HepRotation & CLHEP::HepRotation::rotateZ ( double delta)

◆ rotateZ() [5/5]

HepRotation & CLHEP::HepRotation::rotateZ ( double delta)

◆ row1() [1/5]

HepLorentzVector CLHEP::HepRotation::row1 ( ) const
inline

◆ row1() [2/5]

HepLorentzVector CLHEP::HepRotation::row1 ( ) const
inline

◆ row1() [3/5]

HepLorentzVector CLHEP::HepRotation::row1 ( ) const
inline

◆ row1() [4/5]

HepLorentzVector CLHEP::HepRotation::row1 ( ) const
inline

◆ row1() [5/5]

HepLorentzVector CLHEP::HepRotation::row1 ( ) const
inline

◆ row2() [1/5]

HepLorentzVector CLHEP::HepRotation::row2 ( ) const
inline

◆ row2() [2/5]

HepLorentzVector CLHEP::HepRotation::row2 ( ) const
inline

◆ row2() [3/5]

HepLorentzVector CLHEP::HepRotation::row2 ( ) const
inline

◆ row2() [4/5]

HepLorentzVector CLHEP::HepRotation::row2 ( ) const
inline

◆ row2() [5/5]

HepLorentzVector CLHEP::HepRotation::row2 ( ) const
inline

◆ row3() [1/5]

HepLorentzVector CLHEP::HepRotation::row3 ( ) const
inline

◆ row3() [2/5]

HepLorentzVector CLHEP::HepRotation::row3 ( ) const
inline

◆ row3() [3/5]

HepLorentzVector CLHEP::HepRotation::row3 ( ) const
inline

◆ row3() [4/5]

HepLorentzVector CLHEP::HepRotation::row3 ( ) const
inline

◆ row3() [5/5]

HepLorentzVector CLHEP::HepRotation::row3 ( ) const
inline

◆ row4() [1/5]

HepLorentzVector CLHEP::HepRotation::row4 ( ) const
inline

◆ row4() [2/5]

HepLorentzVector CLHEP::HepRotation::row4 ( ) const
inline

◆ row4() [3/5]

HepLorentzVector CLHEP::HepRotation::row4 ( ) const
inline

◆ row4() [4/5]

HepLorentzVector CLHEP::HepRotation::row4 ( ) const
inline

◆ row4() [5/5]

HepLorentzVector CLHEP::HepRotation::row4 ( ) const
inline

◆ rowX() [1/5]

Hep3Vector CLHEP::HepRotation::rowX ( ) const
inline

◆ rowX() [2/5]

Hep3Vector CLHEP::HepRotation::rowX ( ) const
inline

◆ rowX() [3/5]

Hep3Vector CLHEP::HepRotation::rowX ( ) const
inline

◆ rowX() [4/5]

Hep3Vector CLHEP::HepRotation::rowX ( ) const
inline

◆ rowX() [5/5]

Hep3Vector CLHEP::HepRotation::rowX ( ) const
inline

◆ rowY() [1/5]

Hep3Vector CLHEP::HepRotation::rowY ( ) const
inline

◆ rowY() [2/5]

Hep3Vector CLHEP::HepRotation::rowY ( ) const
inline

◆ rowY() [3/5]

Hep3Vector CLHEP::HepRotation::rowY ( ) const
inline

◆ rowY() [4/5]

Hep3Vector CLHEP::HepRotation::rowY ( ) const
inline

◆ rowY() [5/5]

Hep3Vector CLHEP::HepRotation::rowY ( ) const
inline

◆ rowZ() [1/5]

Hep3Vector CLHEP::HepRotation::rowZ ( ) const
inline

◆ rowZ() [2/5]

Hep3Vector CLHEP::HepRotation::rowZ ( ) const
inline

◆ rowZ() [3/5]

Hep3Vector CLHEP::HepRotation::rowZ ( ) const
inline

◆ rowZ() [4/5]

Hep3Vector CLHEP::HepRotation::rowZ ( ) const
inline

◆ rowZ() [5/5]

Hep3Vector CLHEP::HepRotation::rowZ ( ) const
inline

◆ set() [1/45]

◆ set() [2/45]

HepRotation & CLHEP::HepRotation::set ( const Hep3Vector & axis,
double delta )

◆ set() [3/45]

HepRotation & CLHEP::HepRotation::set ( const Hep3Vector & axis,
double delta )

◆ set() [4/45]

HepRotation & CLHEP::HepRotation::set ( const Hep3Vector & axis,
double delta )

◆ set() [5/45]

HepRotation & CLHEP::HepRotation::set ( const Hep3Vector & axis,
double delta )

◆ set() [6/45]

◆ set() [7/45]

HepRotation & CLHEP::HepRotation::set ( const Hep3Vector & colX,
const Hep3Vector & colY,
const Hep3Vector & colZ )

◆ set() [8/45]

HepRotation & CLHEP::HepRotation::set ( const Hep3Vector & colX,
const Hep3Vector & colY,
const Hep3Vector & colZ )

◆ set() [9/45]

HepRotation & CLHEP::HepRotation::set ( const Hep3Vector & colX,
const Hep3Vector & colY,
const Hep3Vector & colZ )

◆ set() [10/45]

HepRotation & CLHEP::HepRotation::set ( const Hep3Vector & colX,
const Hep3Vector & colY,
const Hep3Vector & colZ )

◆ set() [11/45]

HepRotation & CLHEP::HepRotation::set ( const HepAxisAngle & ax)

Definition at line 59 of file RotationA.cc.

References CLHEP::HepAxisAngle::axis(), CLHEP::HepAxisAngle::delta(), and set().

◆ set() [12/45]

HepRotation & CLHEP::HepRotation::set ( const HepAxisAngle & ax)

◆ set() [13/45]

HepRotation & CLHEP::HepRotation::set ( const HepAxisAngle & ax)

◆ set() [14/45]

HepRotation & CLHEP::HepRotation::set ( const HepAxisAngle & ax)

◆ set() [15/45]

HepRotation & CLHEP::HepRotation::set ( const HepAxisAngle & ax)

◆ set() [16/45]

HepRotation & CLHEP::HepRotation::set ( const HepEulerAngles & e)

◆ set() [17/45]

HepRotation & CLHEP::HepRotation::set ( const HepEulerAngles & e)

◆ set() [18/45]

HepRotation & CLHEP::HepRotation::set ( const HepEulerAngles & e)

◆ set() [19/45]

HepRotation & CLHEP::HepRotation::set ( const HepEulerAngles & e)

◆ set() [20/45]

HepRotation & CLHEP::HepRotation::set ( const HepEulerAngles & e)

◆ set() [21/45]

HepRotation & CLHEP::HepRotation::set ( const HepRep3x3 & m)
inline

◆ set() [22/45]

HepRotation & CLHEP::HepRotation::set ( const HepRep3x3 & m)
inline

◆ set() [23/45]

HepRotation & CLHEP::HepRotation::set ( const HepRep3x3 & m)
inline

◆ set() [24/45]

HepRotation & CLHEP::HepRotation::set ( const HepRep3x3 & m)
inline

◆ set() [25/45]

HepRotation & CLHEP::HepRotation::set ( const HepRep3x3 & m)
inline

◆ set() [26/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationX & r)
inline

◆ set() [27/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationX & r)
inline

◆ set() [28/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationX & r)
inline

◆ set() [29/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationX & r)
inline

◆ set() [30/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationX & r)
inline

◆ set() [31/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationY & r)
inline

◆ set() [32/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationY & r)
inline

◆ set() [33/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationY & r)
inline

◆ set() [34/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationY & r)
inline

◆ set() [35/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationY & r)
inline

◆ set() [36/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationZ & r)
inline

◆ set() [37/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationZ & r)
inline

◆ set() [38/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationZ & r)
inline

◆ set() [39/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationZ & r)
inline

◆ set() [40/45]

HepRotation & CLHEP::HepRotation::set ( const HepRotationZ & r)
inline

◆ set() [41/45]

HepRotation & CLHEP::HepRotation::set ( double phi,
double theta,
double psi )

Definition at line 37 of file RotationE.cc.

References rxx, rxy, rxz, ryx, ryy, ryz, rzx, rzy, and rzz.

◆ set() [42/45]

HepRotation & CLHEP::HepRotation::set ( double phi,
double theta,
double psi )

◆ set() [43/45]

HepRotation & CLHEP::HepRotation::set ( double phi,
double theta,
double psi )

◆ set() [44/45]

HepRotation & CLHEP::HepRotation::set ( double phi,
double theta,
double psi )

◆ set() [45/45]

HepRotation & CLHEP::HepRotation::set ( double phi,
double theta,
double psi )

◆ setAxis() [1/5]

void CLHEP::HepRotation::setAxis ( const Hep3Vector & axis)

Definition at line 112 of file RotationA.cc.

References delta(), and set().

◆ setAxis() [2/5]

void CLHEP::HepRotation::setAxis ( const Hep3Vector & axis)

◆ setAxis() [3/5]

void CLHEP::HepRotation::setAxis ( const Hep3Vector & axis)

◆ setAxis() [4/5]

void CLHEP::HepRotation::setAxis ( const Hep3Vector & axis)

◆ setAxis() [5/5]

void CLHEP::HepRotation::setAxis ( const Hep3Vector & axis)

◆ setDelta() [1/5]

void CLHEP::HepRotation::setDelta ( double delta)

Definition at line 116 of file RotationA.cc.

References axis(), and set().

◆ setDelta() [2/5]

void CLHEP::HepRotation::setDelta ( double delta)

◆ setDelta() [3/5]

void CLHEP::HepRotation::setDelta ( double delta)

◆ setDelta() [4/5]

void CLHEP::HepRotation::setDelta ( double delta)

◆ setDelta() [5/5]

void CLHEP::HepRotation::setDelta ( double delta)

◆ setPhi() [1/5]

void CLHEP::HepRotation::setPhi ( double phi)

Definition at line 268 of file RotationE.cc.

References psi(), set(), and theta().

◆ setPhi() [2/5]

void CLHEP::HepRotation::setPhi ( double phi)

◆ setPhi() [3/5]

void CLHEP::HepRotation::setPhi ( double phi)

◆ setPhi() [4/5]

void CLHEP::HepRotation::setPhi ( double phi)

◆ setPhi() [5/5]

void CLHEP::HepRotation::setPhi ( double phi)

◆ setPsi() [1/5]

void CLHEP::HepRotation::setPsi ( double psi)

Definition at line 276 of file RotationE.cc.

References phi(), set(), and theta().

◆ setPsi() [2/5]

void CLHEP::HepRotation::setPsi ( double psi)

◆ setPsi() [3/5]

void CLHEP::HepRotation::setPsi ( double psi)

◆ setPsi() [4/5]

void CLHEP::HepRotation::setPsi ( double psi)

◆ setPsi() [5/5]

void CLHEP::HepRotation::setPsi ( double psi)

◆ setRows() [1/5]

HepRotation & CLHEP::HepRotation::setRows ( const Hep3Vector & rowX,
const Hep3Vector & rowY,
const Hep3Vector & rowZ )

Definition at line 141 of file RotationC.cc.

References invert(), and set().

◆ setRows() [2/5]

HepRotation & CLHEP::HepRotation::setRows ( const Hep3Vector & rowX,
const Hep3Vector & rowY,
const Hep3Vector & rowZ )

◆ setRows() [3/5]

HepRotation & CLHEP::HepRotation::setRows ( const Hep3Vector & rowX,
const Hep3Vector & rowY,
const Hep3Vector & rowZ )

◆ setRows() [4/5]

HepRotation & CLHEP::HepRotation::setRows ( const Hep3Vector & rowX,
const Hep3Vector & rowY,
const Hep3Vector & rowZ )

◆ setRows() [5/5]

HepRotation & CLHEP::HepRotation::setRows ( const Hep3Vector & rowX,
const Hep3Vector & rowY,
const Hep3Vector & rowZ )

◆ setTheta() [1/5]

void CLHEP::HepRotation::setTheta ( double theta)

Definition at line 272 of file RotationE.cc.

References phi(), psi(), and set().

◆ setTheta() [2/5]

void CLHEP::HepRotation::setTheta ( double theta)

◆ setTheta() [3/5]

void CLHEP::HepRotation::setTheta ( double theta)

◆ setTheta() [4/5]

void CLHEP::HepRotation::setTheta ( double theta)

◆ setTheta() [5/5]

void CLHEP::HepRotation::setTheta ( double theta)

◆ setTolerance() [1/5]

static double CLHEP::HepRotation::setTolerance ( double tol)
inlinestatic

◆ setTolerance() [2/5]

static double CLHEP::HepRotation::setTolerance ( double tol)
inlinestatic

◆ setTolerance() [3/5]

static double CLHEP::HepRotation::setTolerance ( double tol)
inlinestatic

◆ setTolerance() [4/5]

static double CLHEP::HepRotation::setTolerance ( double tol)
inlinestatic

◆ setTolerance() [5/5]

static double CLHEP::HepRotation::setTolerance ( double tol)
inlinestatic

◆ theta() [1/5]

double CLHEP::HepRotation::theta ( ) const

Definition at line 107 of file RotationE.cc.

References rzz.

Referenced by main(), setPhi(), setPsi(), and test().

◆ theta() [2/5]

double CLHEP::HepRotation::theta ( ) const

◆ theta() [3/5]

double CLHEP::HepRotation::theta ( ) const

◆ theta() [4/5]

double CLHEP::HepRotation::theta ( ) const

◆ theta() [5/5]

double CLHEP::HepRotation::theta ( ) const

◆ thetaX() [1/5]

double CLHEP::HepRotation::thetaX ( ) const

Definition at line 141 of file Rotation.cc.

References zx().

◆ thetaX() [2/5]

double CLHEP::HepRotation::thetaX ( ) const

◆ thetaX() [3/5]

double CLHEP::HepRotation::thetaX ( ) const

◆ thetaX() [4/5]

double CLHEP::HepRotation::thetaX ( ) const

◆ thetaX() [5/5]

double CLHEP::HepRotation::thetaX ( ) const

◆ thetaY() [1/5]

double CLHEP::HepRotation::thetaY ( ) const

Definition at line 145 of file Rotation.cc.

References zy().

◆ thetaY() [2/5]

double CLHEP::HepRotation::thetaY ( ) const

◆ thetaY() [3/5]

double CLHEP::HepRotation::thetaY ( ) const

◆ thetaY() [4/5]

double CLHEP::HepRotation::thetaY ( ) const

◆ thetaY() [5/5]

double CLHEP::HepRotation::thetaY ( ) const

◆ thetaZ() [1/5]

double CLHEP::HepRotation::thetaZ ( ) const

Definition at line 149 of file Rotation.cc.

References zz().

◆ thetaZ() [2/5]

double CLHEP::HepRotation::thetaZ ( ) const

◆ thetaZ() [3/5]

double CLHEP::HepRotation::thetaZ ( ) const

◆ thetaZ() [4/5]

double CLHEP::HepRotation::thetaZ ( ) const

◆ thetaZ() [5/5]

double CLHEP::HepRotation::thetaZ ( ) const

◆ transform() [1/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotation & r)
inline

Referenced by rotate(), and rotateAxes().

◆ transform() [2/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotation & r)
inline

◆ transform() [3/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotation & r)
inline

◆ transform() [4/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotation & r)
inline

◆ transform() [5/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotation & r)
inline

◆ transform() [6/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationX & r)
inline

◆ transform() [7/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationX & r)
inline

◆ transform() [8/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationX & r)
inline

◆ transform() [9/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationX & r)
inline

◆ transform() [10/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationX & r)
inline

◆ transform() [11/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationY & r)
inline

◆ transform() [12/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationY & r)
inline

◆ transform() [13/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationY & r)
inline

◆ transform() [14/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationY & r)
inline

◆ transform() [15/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationY & r)
inline

◆ transform() [16/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationZ & r)
inline

◆ transform() [17/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationZ & r)
inline

◆ transform() [18/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationZ & r)
inline

◆ transform() [19/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationZ & r)
inline

◆ transform() [20/20]

HepRotation & CLHEP::HepRotation::transform ( const HepRotationZ & r)
inline

◆ tt() [1/5]

double CLHEP::HepRotation::tt ( ) const
inline

Referenced by CLHEP::operator*().

◆ tt() [2/5]

double CLHEP::HepRotation::tt ( ) const
inline

◆ tt() [3/5]

double CLHEP::HepRotation::tt ( ) const
inline

◆ tt() [4/5]

double CLHEP::HepRotation::tt ( ) const
inline

◆ tt() [5/5]

double CLHEP::HepRotation::tt ( ) const
inline

◆ tx() [1/5]

double CLHEP::HepRotation::tx ( ) const
inline

Referenced by CLHEP::operator*().

◆ tx() [2/5]

double CLHEP::HepRotation::tx ( ) const
inline

◆ tx() [3/5]

double CLHEP::HepRotation::tx ( ) const
inline

◆ tx() [4/5]

double CLHEP::HepRotation::tx ( ) const
inline

◆ tx() [5/5]

double CLHEP::HepRotation::tx ( ) const
inline

◆ ty() [1/5]

double CLHEP::HepRotation::ty ( ) const
inline

Referenced by CLHEP::operator*().

◆ ty() [2/5]

double CLHEP::HepRotation::ty ( ) const
inline

◆ ty() [3/5]

double CLHEP::HepRotation::ty ( ) const
inline

◆ ty() [4/5]

double CLHEP::HepRotation::ty ( ) const
inline

◆ ty() [5/5]

double CLHEP::HepRotation::ty ( ) const
inline

◆ tz() [1/5]

double CLHEP::HepRotation::tz ( ) const
inline

Referenced by CLHEP::operator*().

◆ tz() [2/5]

double CLHEP::HepRotation::tz ( ) const
inline

◆ tz() [3/5]

double CLHEP::HepRotation::tz ( ) const
inline

◆ tz() [4/5]

double CLHEP::HepRotation::tz ( ) const
inline

◆ tz() [5/5]

double CLHEP::HepRotation::tz ( ) const
inline

◆ xt() [1/5]

double CLHEP::HepRotation::xt ( ) const
inline

Referenced by CLHEP::operator*().

◆ xt() [2/5]

double CLHEP::HepRotation::xt ( ) const
inline

◆ xt() [3/5]

double CLHEP::HepRotation::xt ( ) const
inline

◆ xt() [4/5]

double CLHEP::HepRotation::xt ( ) const
inline

◆ xt() [5/5]

double CLHEP::HepRotation::xt ( ) const
inline

◆ xx() [1/5]

◆ xx() [2/5]

double CLHEP::HepRotation::xx ( ) const
inline

◆ xx() [3/5]

double CLHEP::HepRotation::xx ( ) const
inline

◆ xx() [4/5]

double CLHEP::HepRotation::xx ( ) const
inline

◆ xx() [5/5]

double CLHEP::HepRotation::xx ( ) const
inline

◆ xy() [1/5]

◆ xy() [2/5]

double CLHEP::HepRotation::xy ( ) const
inline

◆ xy() [3/5]

double CLHEP::HepRotation::xy ( ) const
inline

◆ xy() [4/5]

double CLHEP::HepRotation::xy ( ) const
inline

◆ xy() [5/5]

double CLHEP::HepRotation::xy ( ) const
inline

◆ xz() [1/5]

◆ xz() [2/5]

double CLHEP::HepRotation::xz ( ) const
inline

◆ xz() [3/5]

double CLHEP::HepRotation::xz ( ) const
inline

◆ xz() [4/5]

double CLHEP::HepRotation::xz ( ) const
inline

◆ xz() [5/5]

double CLHEP::HepRotation::xz ( ) const
inline

◆ yt() [1/5]

double CLHEP::HepRotation::yt ( ) const
inline

Referenced by CLHEP::operator*().

◆ yt() [2/5]

double CLHEP::HepRotation::yt ( ) const
inline

◆ yt() [3/5]

double CLHEP::HepRotation::yt ( ) const
inline

◆ yt() [4/5]

double CLHEP::HepRotation::yt ( ) const
inline

◆ yt() [5/5]

double CLHEP::HepRotation::yt ( ) const
inline

◆ yx() [1/5]

◆ yx() [2/5]

double CLHEP::HepRotation::yx ( ) const
inline

◆ yx() [3/5]

double CLHEP::HepRotation::yx ( ) const
inline

◆ yx() [4/5]

double CLHEP::HepRotation::yx ( ) const
inline

◆ yx() [5/5]

double CLHEP::HepRotation::yx ( ) const
inline

◆ yy() [1/5]

◆ yy() [2/5]

double CLHEP::HepRotation::yy ( ) const
inline

◆ yy() [3/5]

double CLHEP::HepRotation::yy ( ) const
inline

◆ yy() [4/5]

double CLHEP::HepRotation::yy ( ) const
inline

◆ yy() [5/5]

double CLHEP::HepRotation::yy ( ) const
inline

◆ yz() [1/5]

◆ yz() [2/5]

double CLHEP::HepRotation::yz ( ) const
inline

◆ yz() [3/5]

double CLHEP::HepRotation::yz ( ) const
inline

◆ yz() [4/5]

double CLHEP::HepRotation::yz ( ) const
inline

◆ yz() [5/5]

double CLHEP::HepRotation::yz ( ) const
inline

◆ zt() [1/5]

double CLHEP::HepRotation::zt ( ) const
inline

Referenced by CLHEP::operator*().

◆ zt() [2/5]

double CLHEP::HepRotation::zt ( ) const
inline

◆ zt() [3/5]

double CLHEP::HepRotation::zt ( ) const
inline

◆ zt() [4/5]

double CLHEP::HepRotation::zt ( ) const
inline

◆ zt() [5/5]

double CLHEP::HepRotation::zt ( ) const
inline

◆ zx() [1/5]

◆ zx() [2/5]

double CLHEP::HepRotation::zx ( ) const
inline

◆ zx() [3/5]

double CLHEP::HepRotation::zx ( ) const
inline

◆ zx() [4/5]

double CLHEP::HepRotation::zx ( ) const
inline

◆ zx() [5/5]

double CLHEP::HepRotation::zx ( ) const
inline

◆ zy() [1/5]

◆ zy() [2/5]

double CLHEP::HepRotation::zy ( ) const
inline

◆ zy() [3/5]

double CLHEP::HepRotation::zy ( ) const
inline

◆ zy() [4/5]

double CLHEP::HepRotation::zy ( ) const
inline

◆ zy() [5/5]

double CLHEP::HepRotation::zy ( ) const
inline

◆ zz() [1/5]

◆ zz() [2/5]

double CLHEP::HepRotation::zz ( ) const
inline

◆ zz() [3/5]

double CLHEP::HepRotation::zz ( ) const
inline

◆ zz() [4/5]

double CLHEP::HepRotation::zz ( ) const
inline

◆ zz() [5/5]

double CLHEP::HepRotation::zz ( ) const
inline

Friends And Related Symbol Documentation

◆ operator* [1/15]

HepRotation operator* ( const HepRotationX & rx,
const HepRotation & r )
friend

◆ operator* [2/15]

HepRotation operator* ( const HepRotationX & rx,
const HepRotation & r )
friend

◆ operator* [3/15]

HepRotation operator* ( const HepRotationX & rx,
const HepRotation & r )
friend

◆ operator* [4/15]

HepRotation operator* ( const HepRotationX & rx,
const HepRotation & r )
friend

◆ operator* [5/15]

HepRotation operator* ( const HepRotationX & rx,
const HepRotation & r )
friend

◆ operator* [6/15]

HepRotation operator* ( const HepRotationY & ry,
const HepRotation & r )
friend

◆ operator* [7/15]

HepRotation operator* ( const HepRotationY & ry,
const HepRotation & r )
friend

◆ operator* [8/15]

HepRotation operator* ( const HepRotationY & ry,
const HepRotation & r )
friend

◆ operator* [9/15]

HepRotation operator* ( const HepRotationY & ry,
const HepRotation & r )
friend

◆ operator* [10/15]

HepRotation operator* ( const HepRotationY & ry,
const HepRotation & r )
friend

◆ operator* [11/15]

HepRotation operator* ( const HepRotationZ & rz,
const HepRotation & r )
friend

◆ operator* [12/15]

HepRotation operator* ( const HepRotationZ & rz,
const HepRotation & r )
friend

◆ operator* [13/15]

HepRotation operator* ( const HepRotationZ & rz,
const HepRotation & r )
friend

◆ operator* [14/15]

HepRotation operator* ( const HepRotationZ & rz,
const HepRotation & r )
friend

◆ operator* [15/15]

HepRotation operator* ( const HepRotationZ & rz,
const HepRotation & r )
friend

Member Data Documentation

◆ IDENTITY

static const HepRotation CLHEP::HepRotation::IDENTITY
static

Definition at line 370 of file Geometry/CLHEP/Vector/Rotation.h.

◆ rxx

◆ rxy

◆ rxz

◆ ryx

◆ ryy

◆ ryz

◆ rzx

◆ rzy

◆ rzz


The documentation for this class was generated from the following files: