BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
RealSpace::Geometry::Vert_Normal Struct Reference
Collaboration diagram for 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
 

Detailed Description

Definition at line 35 of file geometry.h.

Constructor & Destructor Documentation

◆ Vert_Normal() [1/2]

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

◆ Vert_Normal() [2/2]

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

Definition at line 22 of file geometry.cpp.

22 : v(v_), n(n_) {}

Member Data Documentation

◆ n

Vector3D RealSpace::Geometry::Vert_Normal::n

Definition at line 36 of file geometry.h.

◆ v

Vector3D RealSpace::Geometry::Vert_Normal::v

Definition at line 36 of file geometry.h.


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