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

Public Member Functions
HepGeom::RotateY3D Class Reference

#include <Transform3D.h>

Inheritance diagram for HepGeom::RotateY3D:
HepGeom::Rotate3D HepGeom::Rotate3D HepGeom::Transform3D HepGeom::Transform3D HepGeom::Transform3D HepGeom::Transform3D

List of all members.

Public Member Functions

 RotateY3D ()
 RotateY3D (double a)
 RotateY3D ()
 RotateY3D (double a)

Detailed Description

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

Example of use:

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

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


Constructor & Destructor Documentation

Default constructor: sets the Identity transformation.

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

Constructs a rotation around y-axis by angle a.

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

References HepGeom::Transform3D::setTransform().

Default constructor: sets the Identity transformation.

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

Constructs a rotation around y-axis by angle a.

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

References HepGeom::Transform3D::setTransform().


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