CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include "CLHEP/Vector/defs.h"
#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Vector/AxisAngle.h"
#include "CLHEP/Vector/EulerAngles.h"
#include "CLHEP/Vector/ZMxpv.h"
#include <cmath>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | CLHEP |
Functions | |
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) |