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