BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
GUI::RealSpace::Geometry::Vert_Normal Struct Reference

Description

Definition at line 35 of file geometry.h.

Collaboration diagram for GUI::RealSpace::Geometry::Vert_Normal:
[legend]

Public Member Functions

 Vert_Normal ()=default
 
 Vert_Normal (const Vector3D &v, const Vector3D &n)
 

Public Attributes

Vector3D n
 
Vector3D v
 

Constructor & Destructor Documentation

◆ Vert_Normal() [1/2]

GUI::RealSpace::Geometry::Vert_Normal::Vert_Normal ( )
default

◆ Vert_Normal() [2/2]

GUI::RealSpace::Geometry::Vert_Normal::Vert_Normal ( const Vector3D v,
const Vector3D n 
)

Definition at line 23 of file geometry.cpp.

24  : v(v_)
25  , n(n_)
26 {
27 }

Member Data Documentation

◆ n

Vector3D GUI::RealSpace::Geometry::Vert_Normal::n

Definition at line 36 of file geometry.h.

◆ v

Vector3D GUI::RealSpace::Geometry::Vert_Normal::v

Definition at line 36 of file geometry.h.


The documentation for this struct was generated from the following files: