BRL-CAD
|
#include <ray.h>
Data Fields | |
uint32_t | magic |
point_t | r_pt |
Point at which ray starts. More... | |
vect_t | r_dir |
Direction of ray (UNIT Length) More... | |
fastf_t | r_min |
entry dist to bounding sphere More... | |
fastf_t | r_max |
exit dist from bounding sphere More... | |