BRL-CAD

#include <pattern.h>

Data Fields

fastf_trays
 
size_t ray_cnt
 
point_t center_pt
 
vect_t center_dir
 
size_t vn
 
vect_tn_vec
 
size_t pn
 
fastf_tn_p
 

Detailed Description

Data container used to supply options to and receive data from the rt_pattern generator function

Definition at line 68 of file pattern.h.

Field Documentation

◆ rays

fastf_t* rays

An array of px,py,pz,nx,ny,nz ray/normal results

Definition at line 70 of file pattern.h.

◆ ray_cnt

size_t ray_cnt

Definition at line 71 of file pattern.h.

◆ center_pt

point_t center_pt

"Seed" ray point

Definition at line 73 of file pattern.h.

◆ center_dir

vect_t center_dir

"Seed" ray normal

Definition at line 74 of file pattern.h.

◆ vn

size_t vn

Number of additional vect_t input parameters

Definition at line 75 of file pattern.h.

◆ n_vec

vect_t* n_vec

Array of vect_t input parameters

Definition at line 76 of file pattern.h.

◆ pn

size_t pn

Number of additional floating point number parameters

Definition at line 77 of file pattern.h.

◆ n_p

fastf_t* n_p

Array of fastf_t input parameters

Definition at line 78 of file pattern.h.


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