#include <iostream>
#include "CLHEP/Vector/defs.h"
#include "CLHEP/Vector/ThreeVector.icc"
Go to the source code of this file.
|
Hep3Vector | CLHEP::rotationXOf (const Hep3Vector &vec, double ddelta) |
|
Hep3Vector | CLHEP::rotationYOf (const Hep3Vector &vec, double ddelta) |
|
Hep3Vector | CLHEP::rotationZOf (const Hep3Vector &vec, double ddelta) |
|
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, const Hep3Vector &axis, double ddelta) |
|
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, const HepAxisAngle &ax) |
|
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, double phi, double theta, double psi) |
|
Hep3Vector | CLHEP::rotationOf (const Hep3Vector &vec, const HepEulerAngles &ex) |
|
std::ostream & | CLHEP::operator<< (std::ostream &os, const Hep3Vector &v) |
|
std::istream & | CLHEP::operator>> (std::istream &is, Hep3Vector &v) |
|
Hep3Vector | CLHEP::operator/ (const Hep3Vector &v1, double c) |
|
Hep3Vector | CLHEP::operator+ (const Hep3Vector &, const Hep3Vector &) |
|
Hep3Vector | CLHEP::operator- (const Hep3Vector &, const Hep3Vector &) |
|
double | CLHEP::operator* (const Hep3Vector &, const Hep3Vector &) |
|
Hep3Vector | CLHEP::operator* (const Hep3Vector &, double a) |
|
Hep3Vector | CLHEP::operator* (double a, const Hep3Vector &) |
|