#include <Structs.h>
Public Attributes | |
| int | nRays |
| float | angx0 |
| float | angy0 |
| float | x0 |
| float | y0 |
| int | seed |
| float * | tChief |
| float * | oChief |
Object for initializing a ray-trace frame object.
| float GRTDictf::angx0 |
Beam waist along x-direction, in millimeters.
| float GRTDictf::angy0 |
Beam waist along x-direction, in millimeters.
| int GRTDictf::nRays |
Number of rays to place in cframe.
| float* GRTDictf::oChief |
array of 3 float. Co-ordinate of chief ray origin.
| float* GRTDictf::tChief |
array of 3 float. Tilt of chief, ray, along x, y or z axis, in degrees.
| float GRTDictf::x0 |
Beam waist along x-direction, in millimeters.
| float GRTDictf::y0 |
Beam waist along x-direction, in millimeters.