#include <Transform3D.h>
Inheritance diagram for HepReflect3D:
Public Member Functions | |
HepReflect3D () | |
Default constructor: sets the Identity transformation. | |
HepReflect3D (double a, double b, double c, double d) | |
Constructor from four numbers: sets reflection in a plane a*x+b*y+c*z+d=0. |
This class provides additional constructors for HepTransform3D and should not be used as a separate class.
Example of use:
HepTransform3D m; m = HepReflect3D(1.,1.,1.,0.);