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

Public Member Functions
HepGeom::ScaleY3D Class Reference

#include <Transform3D.h>

Inheritance diagram for HepGeom::ScaleY3D:
HepGeom::Scale3D HepGeom::Scale3D HepGeom::Transform3D HepGeom::Transform3D HepGeom::Transform3D HepGeom::Transform3D

List of all members.

Public Member Functions

 ScaleY3D ()
 ScaleY3D (double y)
 ScaleY3D ()
 ScaleY3D (double y)

Detailed Description

Constructs a scaling transformation in y-direction. This class provides additional constructors for Transform3D and should not be used as a separate class.

Example of use:

   Transform3D m;
   m = ScaleY3D(2.);
Author:
<Evgueni.Tcherniaev@cern.ch>

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


Constructor & Destructor Documentation

Default constructor: sets the Identity transformation.

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

Constructor from a number (scale factor in y-direction).

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

Default constructor: sets the Identity transformation.

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

Constructor from a number (scale factor in y-direction).

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


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