#include <EulerAngles.h>
- Author
Definition at line 39 of file EulerAngles.h.
CLHEP::HepEulerAngles::HepEulerAngles |
( |
| ) |
|
|
inline |
CLHEP::HepEulerAngles::HepEulerAngles |
( |
double |
phi, |
|
|
double |
theta, |
|
|
double |
psi |
|
) |
| |
|
inline |
int CLHEP::HepEulerAngles::compare |
( |
const EA & |
ea | ) |
const |
|
inline |
double CLHEP::HepEulerAngles::distance |
( |
const HepEulerAngles & |
ex | ) |
const |
|
protected |
Definition at line 64 of file EulerAngles.cc.
Referenced by howNear(), and isNear().
69 ZMpvEulerAnglesRep ( *
this, thisRep );
70 ZMpvEulerAnglesRep ( ex, exRep );
73 for (
int i = 0; i < 9; i++) {
74 sum += thisRep[i] * exRep[i];
78 return (d >= 0) ? d : 0;
double CLHEP::HepEulerAngles::getPhi |
( |
| ) |
const |
|
inline |
double CLHEP::HepEulerAngles::getPsi |
( |
| ) |
const |
|
inline |
double CLHEP::HepEulerAngles::getTheta |
( |
| ) |
const |
|
inline |
static double CLHEP::HepEulerAngles::getTolerance |
( |
| ) |
|
|
inlinestatic |
double CLHEP::HepEulerAngles::howNear |
( |
const EA & |
ea | ) |
const |
bool CLHEP::HepEulerAngles::isNear |
( |
const EA & |
ea, |
|
|
double |
epsilon = tolerance |
|
) |
| const |
bool CLHEP::HepEulerAngles::operator!= |
( |
const EA & |
ea | ) |
const |
|
inline |
bool CLHEP::HepEulerAngles::operator< |
( |
const EA & |
ea | ) |
const |
|
inline |
bool CLHEP::HepEulerAngles::operator<= |
( |
const EA & |
ea | ) |
const |
|
inline |
bool CLHEP::HepEulerAngles::operator== |
( |
const EA & |
ea | ) |
const |
|
inline |
bool CLHEP::HepEulerAngles::operator> |
( |
const EA & |
ea | ) |
const |
|
inline |
bool CLHEP::HepEulerAngles::operator>= |
( |
const EA & |
ea | ) |
const |
|
inline |
double CLHEP::HepEulerAngles::phi |
( |
| ) |
const |
|
inline |
double CLHEP::HepEulerAngles::psi |
( |
| ) |
const |
|
inline |
EA& CLHEP::HepEulerAngles::set |
( |
double |
phi, |
|
|
double |
theta, |
|
|
double |
psi |
|
) |
| |
|
inline |
EA& CLHEP::HepEulerAngles::setPhi |
( |
double |
phi | ) |
|
|
inline |
EA& CLHEP::HepEulerAngles::setPsi |
( |
double |
psi | ) |
|
|
inline |
EA& CLHEP::HepEulerAngles::setTheta |
( |
double |
theta | ) |
|
|
inline |
static double CLHEP::HepEulerAngles::setTolerance |
( |
double |
tol | ) |
|
|
inlinestatic |
double CLHEP::HepEulerAngles::theta |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const EA & |
ea |
|
) |
| |
|
friend |
Definition at line 100 of file EulerAngles.cc.
102 os <<
"(" << ea.phi() <<
", " << ea.theta() <<
", " << ea.psi() <<
")";
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
EA & |
ea |
|
) |
| |
|
friend |
Definition at line 109 of file EulerAngles.cc.
114 ea.set ( thePhi , theTheta , thePsi );
void ZMinput3doubles(std::istream &is, const char *type, double &x, double &y, double &z)
double CLHEP::HepEulerAngles::phi_ |
|
protected |
double CLHEP::HepEulerAngles::psi_ |
|
protected |
double CLHEP::HepEulerAngles::theta_ |
|
protected |
The documentation for this class was generated from the following files: