|
GOAT (Geometrical optics application tool) 0.1
|
#include <tubedray.h>
Public Attributes | |
| maths::Vector< double > | F |
| (virtual) beam waist | |
| bool | isGauss |
| direction of the beam | |
| maths::Vector< double > | k |
| position of the beam | |
| double | w0 |
This structure is used for the gaussian beam to simplify the data transfer.
Definition at line 61 of file tubedray.h.
| maths::Vector<double> GOAT::raytracing::Gauss::F |
(virtual) beam waist
Definition at line 64 of file tubedray.h.
| bool GOAT::raytracing::Gauss::isGauss |
direction of the beam
Definition at line 66 of file tubedray.h.
| maths::Vector<double> GOAT::raytracing::Gauss::k |
position of the beam
Definition at line 65 of file tubedray.h.
| double GOAT::raytracing::Gauss::w0 |
Definition at line 63 of file tubedray.h.