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