Implementations of transformations for frames and fields/currents. More...
#include "Transform.h"Functions | |
| void | transformRays (cframe *fr, double *mat) |
| void | transformFields (c2Bundle *fields, double *mat, int nTot) |
Implementations of transformations for frames and fields/currents.
| void transformFields | ( | c2Bundle * | fields, |
| double * | mat, | ||
| int | nTot | ||
| ) |
| void transformRays | ( | cframe * | fr, |
| double * | mat | ||
| ) |
Transform a frame of rays.
| fr | Pointer to frame to be transformed. |
| mat | Pointer to transformation matrix. |