|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G4Types.hh"#include "G4ThreeVector.hh"#include "G4RotationMatrix.hh"#include "G4Transform3D.hh"#include "G4AffineTransform.icc"Go to the source code of this file.
Classes | |
| class | G4AffineTransform |
| G4AffineTransform is a class for geometric affine transformations. It supports efficient arbitrary rotation & transformation of vectors and the computation of compound & inverse transformations. A 'rotation flag' is maintained internally for greater computational efficiency for transforms that do not involve rotation. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4AffineTransform &transf) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const G4AffineTransform & | transf ) |
Streaming operator.