PyPO User Manual
cframe Struct Reference

#include <Structs.h>

Public Attributes

int size
 
double * x
 
double * y
 
double * z
 
double * dx
 
double * dy
 
double * dz
 

Detailed Description

Object containing ray evaluation points and corresponding direction vectors. Note that the stored direction vector is the reflected, not the incoming, vector.

Member Data Documentation

◆ dx

double* cframe::dx

array of double. Contains direction component along x-axis.

◆ dy

double* cframe::dy

array of double. Contains direction component along y-axis.

◆ dz

double* cframe::dz

array of double. Contains direction component along z-axis.

◆ size

int cframe::size

Number of rays in frame.

◆ x

double* cframe::x

array of double. Contains ray co-ordinates along x-axis.

◆ y

double* cframe::y

array of double. Contains ray co-ordinates along y-axis.

◆ z

double* cframe::z

array of double. Contains ray co-ordinates along z-axis.


The documentation for this struct was generated from the following file: