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

Declares and partly implements template class BasicVector3D. More...

Go to the source code of this file.

Classes

class  BasicVector3D< T >
 Forked from CLHEP/Geometry by E. More...
 

Functions

BasicVector3D< double > vecOfLambdaAlphaPhi (double _lambda, double _alpha, double _phi)
 Creates a vector<double> as a wavevector with given wavelength and angles. More...
 

Detailed Description

Declares and partly implements template class BasicVector3D.

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 BasicVector3D.h.

Function Documentation

◆ vecOfLambdaAlphaPhi()

BasicVector3D<double> vecOfLambdaAlphaPhi ( double  _lambda,
double  _alpha,
double  _phi 
)

Creates a vector<double> as a wavevector with given wavelength and angles.

Specifically needed for grazing-incidence scattering.

Definition at line 25 of file BasicVector3D.cpp.