Declaration of transformations for frames and fields/currents. More...
#include <iostream>#include <vector>#include <complex>#include <cmath>#include <string>#include <array>#include "Structs.h"#include "Utils.h"Go to the source code of this file.
Functions | |
| PYPO_DLL void | transformRays (cframe *fr, double *mat) |
| PYPO_DLL void | transformFields (c2Bundle *fields, double *mat, int nTot) |
Declaration of transformations for frames and fields/currents.
| PYPO_DLL void transformFields | ( | c2Bundle * | fields, |
| double * | mat, | ||
| int | nTot | ||
| ) |
| PYPO_DLL void transformRays | ( | cframe * | fr, |
| double * | mat | ||
| ) |
Transform a frame of rays.
| fr | Pointer to frame to be transformed. |
| mat | Pointer to transformation matrix. |