BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
def.cpp File Reference

Description

Definitions.

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 def.cpp.

Include dependency graph for def.cpp:

Go to the source code of this file.

Namespaces

 GUI
 
 GUI::RealSpace
 

Functions

Vector3D GUI::RealSpace::cross (const Vector3D &v1, const Vector3D &v2)
 
float GUI::RealSpace::dot (const Vector3D &v1, const Vector3D &v2)
 
Vector3D GUI::RealSpace::operator* (const Vector3D &v, float f)
 
Vector3D GUI::RealSpace::operator+ (const Vector3D &_1, const Vector3D &_2)
 
Vector3D GUI::RealSpace::operator+ (const Vector3D &v)
 
Vector3D GUI::RealSpace::operator- (const Vector3D &_1, const Vector3D &_2)
 
Vector3D GUI::RealSpace::operator- (const Vector3D &v)