HepReflect3D Class Reference
[Geometry]

Constructs a reflection transformation. More...

#include <Transform3D.h>

Inheritance diagram for HepReflect3D:

HepTransform3D HepReflectX3D HepReflectY3D HepReflectZ3D List of all members.

Public Methods

 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.


Detailed Description

Constructs a reflection transformation.

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.);

Author:
<Evgueni.Tcherniaev@cern.ch>


The documentation for this class was generated from the following file:
Class Library for High Energy Physics (version 1.8)