CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <Transform3D.h>
Public Member Functions | |
ReflectZ3D (double z=0) | |
ReflectZ3D (double z=0) |
Constructs reflection in a plane z=const. This class provides additional constructors for Transform3D and should not be used as a separate class.
Example of use:
Transform3D m; m = ReflectZ3D(1.);
Definition at line 703 of file CLHEP/Geometry/Transform3D.h.
HepGeom::ReflectZ3D::ReflectZ3D | ( | double | z = 0 | ) | [inline] |
Constructor from a number.
Definition at line 707 of file CLHEP/Geometry/Transform3D.h.
HepGeom::ReflectZ3D::ReflectZ3D | ( | double | z = 0 | ) | [inline] |
Constructor from a number.
Definition at line 707 of file Geometry/Transform3D.h.