BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
RotationZ Class Reference

Description

A rotation about the z axis.

Inheritance diagram for RotationZ:

Public Member Functions

 RotationZ (double angle)
 
 RotationZ (std::vector< double > P)
 
double angle () const
 
std::string className () const final
 
RotationZclone () const override
 
RotationZcreateInverse () const override
 
std::vector< ParaMeta > parDefs () const final
 
RotMatrix rotMatrix () const override
 

Protected Attributes

const double & m_angle
 

Constructor & Destructor Documentation

◆ RotationZ() [1/2]

RotationZ::RotationZ ( std::vector< double >  P)

◆ RotationZ() [2/2]

RotationZ::RotationZ ( double  angle)

Member Function Documentation

◆ angle()

double RotationZ::angle ( ) const

◆ className()

std::string RotationZ::className ( ) const
final

◆ clone()

RotationZ* RotationZ::clone ( ) const
override

◆ createInverse()

RotationZ* RotationZ::createInverse ( ) const
override

◆ parDefs()

std::vector<ParaMeta> RotationZ::parDefs ( ) const
final

◆ rotMatrix()

RotMatrix RotationZ::rotMatrix ( ) const
override

Member Data Documentation

◆ m_angle

const double& RotationZ::m_angle
protected