HepRotateZ3D


HepRotateZ3D is an auxiliary subclass of the HepTransform3D class. It should be used only as a constructor of HepTransform3D objects.

Author

Evgueni Tcherniaev

See also

HepTransform3D,
HepRotate3D, HepRotateX3D, HepRotateY3D,
HepTranslate3D, HepTranslateX3D, HepTranslateY3D, HepTranslateZ3D,
HepReflect3D, HepReflectX3D, HepReflectY3D, HepReflectZ3D,
HepScale3D, HepScaleX3D, HepScaleY3D, HepScaleZ3D.

Declaration

#include "CLHEP/Geometry/Transform3D.h"

class HepRotateZ3D : public HepRotate3D

Public Member Functions

Constructor
HepRotateZ3D()
Default constructor. Creates an identity transformation.
Constructor
HepRotateZ3D(HepDouble a)
Rotation around x-axis.


20 June 2001
EVC