BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
A sequence of rotations about the z-x'-z'' axes. More...
Public Member Functions | |
RotationEuler (const std::vector< double > P) | |
RotationEuler (double alpha, double beta, double gamma) | |
void | accept (INodeVisitor *visitor) const |
RotationEuler * | clone () 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 |
A sequence of rotations about the z-x'-z'' axes.