Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Vector/AxisAngle.h"
#include "CLHEP/Vector/EulerAngles.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 delta) |
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, const HepEulerAngles &e) |
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, double phi, double theta, double psi) |
Hep3Vector | CLHEP::rotationXOf (const Hep3Vector &vec, double delta) |
Hep3Vector | CLHEP::rotationYOf (const Hep3Vector &vec, double delta) |
Hep3Vector | CLHEP::rotationZOf (const Hep3Vector &vec, double delta) |