PyPO User Manual
cframef Struct Reference

#include <Structs.h>

Public Attributes

int size
 
float * x
 
float * y
 
float * z
 
float * dx
 
float * dy
 
float * 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

float* cframef::dx

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

◆ dy

float* cframef::dy

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

◆ dz

float* cframef::dz

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

◆ size

int cframef::size

Number of rays in frame.

◆ x

float* cframef::x

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

◆ y

float* cframef::y

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

◆ z

float* cframef::z

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


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