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

Public Member Functions
HepGeom::RotateX3D Class Reference

#include <Transform3D.h>

Inheritance diagram for HepGeom::RotateX3D:
HepGeom::Rotate3D HepGeom::Rotate3D HepGeom::Transform3D HepGeom::Transform3D HepGeom::Transform3D HepGeom::Transform3D

List of all members.

Public Member Functions

 RotateX3D ()
 RotateX3D (double a)
 RotateX3D ()
 RotateX3D (double a)

Detailed Description

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

Example of use:

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

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


Constructor & Destructor Documentation

Default constructor: sets the Identity transformation.

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

Constructs a rotation around x-axis by angle a.

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

References HepGeom::Transform3D::setTransform().

Default constructor: sets the Identity transformation.

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

Constructs a rotation around x-axis by angle a.

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

References HepGeom::Transform3D::setTransform().


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