HepRotateY3D Class Reference
[Geometry]

Constructs a rotation around y-axis. More...

#include <Transform3D.h>

Inheritance diagram for HepRotateY3D:

HepRotate3D HepTransform3D List of all members.

Public Member Functions

 HepRotateY3D ()
 Default constructor: sets the Identity transformation.

 HepRotateY3D (double a)
 Constructs a rotation around y-axis by angle a.


Detailed Description

Constructs a rotation around y-axis.

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

Example of use:

   HepTransform3D m;
   m = HepRotateY3D(30.*deg);

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)