CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <Transform3D.h>
Public Member Functions | |
TranslateX3D () | |
TranslateX3D (double x) | |
TranslateX3D () | |
TranslateX3D (double x) |
Constructs a translation along x-axis. This class provides additional constructors for Transform3D and should not be used as a separate class.
Example of use:
Transform3D m; m = TranslateX3D(10.);
Definition at line 546 of file CLHEP/Geometry/Transform3D.h.
HepGeom::TranslateX3D::TranslateX3D | ( | ) | [inline] |
Default constructor: sets the Identity transformation.
Definition at line 550 of file CLHEP/Geometry/Transform3D.h.
HepGeom::TranslateX3D::TranslateX3D | ( | double | x | ) | [inline] |
Constructor from a number.
Definition at line 554 of file CLHEP/Geometry/Transform3D.h.
HepGeom::TranslateX3D::TranslateX3D | ( | ) | [inline] |
Default constructor: sets the Identity transformation.
Definition at line 550 of file Geometry/Transform3D.h.
HepGeom::TranslateX3D::TranslateX3D | ( | double | x | ) | [inline] |
Constructor from a number.
Definition at line 554 of file Geometry/Transform3D.h.