#include <Transform3D.h>
Inheritance diagram for HepScaleY3D:
Public Methods | |
HepScaleY3D () | |
Default constructor: sets the Identity transformation. | |
HepScaleY3D (double y) | |
Constructor from a number (scale factor in y-direction). |
This class provides additional constructors for HepTransform3D and should not be used as a separate class.
Example of use:
HepTransform3D m; m = HepScaleY3D(2.);