#include <Transform3D.h>
Inheritance diagram for HepScale3D:
Public Methods | |
HepScale3D () | |
Default constructor: sets the Identity transformation. | |
HepScale3D (double x, double y, double z) | |
Constructor from three numbers (scale factors in different directions). | |
HepScale3D (double s) | |
Constructor from a number: sets uniform scaling in all directions. |
This class provides additional constructors for HepTransform3D and should not be used as a separate class.
Example of use:
HepTransform3D m; m = HepScale3D(2.);