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

A sequence of rotations about the z-x'-z'' axes. More...

+ Inheritance diagram for RotationEuler:

Public Member Functions

 RotationEuler (const std::vector< double > P)
 
 RotationEuler (double alpha, double beta, double gamma)
 
void accept (INodeVisitor *visitor) const
 
RotationEulerclone () const
 
IRotation * createInverse () const
 
double getAlpha () const
 
double getBeta () const
 
double getGamma () const
 
Transform3D getTransform3D () const
 

Protected Attributes

double m_alpha
 
double m_beta
 
double m_gamma
 

Detailed Description

A sequence of rotations about the z-x'-z'' axes.