#include <Structs.h>
Public Attributes | |
| int | size |
| double * | x |
| double * | y |
| double * | z |
| double * | dx |
| double * | dy |
| double * | dz |
Object containing ray evaluation points and corresponding direction vectors. Note that the stored direction vector is the reflected, not the incoming, vector.
| double* cframe::dx |
array of double. Contains direction component along x-axis.
| double* cframe::dy |
array of double. Contains direction component along y-axis.
| double* cframe::dz |
array of double. Contains direction component along z-axis.
| int cframe::size |
Number of rays in frame.
| double* cframe::x |
array of double. Contains ray co-ordinates along x-axis.
| double* cframe::y |
array of double. Contains ray co-ordinates along y-axis.
| double* cframe::z |
array of double. Contains ray co-ordinates along z-axis.