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...
 

Detailed Description

Definition at line 158 of file ray.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 159 of file ray.h.

◆ r_pt

point_t r_pt

Point at which ray starts.

Definition at line 160 of file ray.h.

◆ r_dir

vect_t r_dir

Direction of ray (UNIT Length)

Definition at line 161 of file ray.h.

◆ r_min

fastf_t r_min

entry dist to bounding sphere

Definition at line 162 of file ray.h.

◆ r_max

fastf_t r_max

exit dist from bounding sphere

Definition at line 163 of file ray.h.


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