CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <Transform3D.h>
Public Member Functions | |
ScaleZ3D () | |
ScaleZ3D (double z) | |
ScaleZ3D () | |
ScaleZ3D (double z) |
Constructs a scaling transformation in z-direction. This class provides additional constructors for Transform3D and should not be used as a separate class.
Example of use:
Transform3D m; m = ScaleZ3D(2.);
Definition at line 808 of file CLHEP/Geometry/Transform3D.h.
HepGeom::ScaleZ3D::ScaleZ3D | ( | ) | [inline] |
Default constructor: sets the Identity transformation.
Definition at line 812 of file CLHEP/Geometry/Transform3D.h.
HepGeom::ScaleZ3D::ScaleZ3D | ( | double | z | ) | [inline] |
Constructor from a number (scale factor in z-direction).
Definition at line 815 of file CLHEP/Geometry/Transform3D.h.
HepGeom::ScaleZ3D::ScaleZ3D | ( | ) | [inline] |
Default constructor: sets the Identity transformation.
Definition at line 812 of file Geometry/Transform3D.h.
HepGeom::ScaleZ3D::ScaleZ3D | ( | double | z | ) | [inline] |
Constructor from a number (scale factor in z-direction).
Definition at line 815 of file Geometry/Transform3D.h.