CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Public Member Functions
HepGeom::RotateZ3D Class Reference

#include <Transform3D.h>

Inheritance diagram for HepGeom::RotateZ3D:
HepGeom::Rotate3D HepGeom::Rotate3D HepGeom::Transform3D HepGeom::Transform3D HepGeom::Transform3D HepGeom::Transform3D

List of all members.

Public Member Functions

 RotateZ3D ()
 RotateZ3D (double a)
 RotateZ3D ()
 RotateZ3D (double a)

Detailed Description

Constructs a rotation around z-axis. This class provides additional constructors for Transform3D and should not be used as a separate class.

Example of use:

   Transform3D m;
   m = RotateZ3D(30.*deg);
Author:
<Evgueni.Tcherniaev@cern.ch>

Definition at line 486 of file CLHEP/Geometry/Transform3D.h.


Constructor & Destructor Documentation

Default constructor: sets the Identity transformation.

Definition at line 490 of file CLHEP/Geometry/Transform3D.h.

Constructs a rotation around z-axis by angle a.

Definition at line 494 of file CLHEP/Geometry/Transform3D.h.

References HepGeom::Transform3D::setTransform().

Default constructor: sets the Identity transformation.

Definition at line 490 of file Geometry/Transform3D.h.

Constructs a rotation around z-axis by angle a.

Definition at line 494 of file Geometry/Transform3D.h.

References HepGeom::Transform3D::setTransform().


The documentation for this class was generated from the following files: