BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
RotationZ Class Reference

A rotation about the z axis. More...

+ Inheritance diagram for RotationZ:

Public Member Functions

 RotationZ (const std::vector< double > P)
 Constructor of rotation around z-axis.
 
 RotationZ (double angle)
 
void accept (INodeVisitor *visitor) const
 
RotationZclone () const
 
RotationZcreateInverse () const
 
double getAngle () const
 
Transform3D getTransform3D () const
 

Protected Attributes

const double & m_angle
 

Detailed Description

A rotation about the z axis.