BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines IRotation classes. More...
Go to the source code of this file.
Classes | |
class | IRotation |
Pure virtual interface for rotations. More... | |
class | IdentityRotation |
The identity rotation, which leaves everything in place. More... | |
class | RotationX |
A rotation about the x axis. More... | |
class | RotationY |
A rotation about the y axis. More... | |
class | RotationZ |
A rotation about the z axis. More... | |
class | RotationEuler |
A sequence of rotations about the z-x'-z'' axes. More... | |
Functions | |
IRotation * | createProduct (const IRotation &left, const IRotation &right) |
Returns concatenated rotation (first right, then left). | |
Defines IRotation classes.
Definition in file Rotations.h.