#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Vector/AxisAngle.h"
#include "CLHEP/Vector/EulerAngles.h"
Go to the source code of this file.
|
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, const HepAxisAngle &ax) |
|
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, const Hep3Vector &axis, double ddelta) |
|
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, const HepEulerAngles &ex) |
|
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, double phi, double theta, double psi) |
|
Hep3Vector | CLHEP::rotationXOf (const Hep3Vector &vec, double ddelta) |
|
Hep3Vector | CLHEP::rotationYOf (const Hep3Vector &vec, double ddelta) |
|
Hep3Vector | CLHEP::rotationZOf (const Hep3Vector &vec, double ddelta) |
|