HepTranslate3D Class Reference
[Geometry]

Constructs a translation transformation. More...

#include <Transform3D.h>

Inheritance diagram for HepTranslate3D:

HepTransform3D HepTranslateX3D HepTranslateY3D HepTranslateZ3D List of all members.

Public Member Functions

 HepTranslate3D ()
 Default constructor: sets the Identity transformation.

 HepTranslate3D (const Hep3Vector &v)
 Constructor from Hep3Vector.

 HepTranslate3D (double x, double y, double z)
 Constructor from three numbers.


Detailed Description

Constructs a translation transformation.

This class provides additional constructors for HepTransform3D and should not be used as a separate class.

Example of use:

   HepTransform3D m;
   m = HepTranslate3D(10.,20.,30.);

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)