#include <Transform3D.h>
Inheritance diagram for HepRotateZ3D:
Public Member Functions | |
HepRotateZ3D () | |
Default constructor: sets the Identity transformation. | |
HepRotateZ3D (double a) | |
Constructs a rotation around z-axis by angle a. |
This class provides additional constructors for HepTransform3D and should not be used as a separate class.
Example of use:
HepTransform3D m; m = HepRotateZ3D(30.*deg);