BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
Rotations.h File Reference

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

IRotationcreateProduct (const IRotation &left, const IRotation &right)
 Returns concatenated rotation (first right, then left).
 

Detailed Description

Defines IRotation classes.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file Rotations.h.