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