HDK
|
#include <BRAY_Procedural.h>
Public Attributes | |
const UT_Vector3T< PREC > & | org |
const UT_Vector3T< PREC > & | dir |
fpreal | tnear |
fpreal | tfar |
BRAYtime | time |
Templatized on fpreal32
or fpreal64
This structure is used in the intersect() function to compute an intersection with the procedural primitive.
Definition at line 29 of file BRAY_Procedural.h.
const UT_Vector3T<PREC>& BRAY_Procedural::Ray< PREC >::dir |
Definition at line 33 of file BRAY_Procedural.h.
const UT_Vector3T<PREC>& BRAY_Procedural::Ray< PREC >::org |
Definition at line 32 of file BRAY_Procedural.h.
fpreal BRAY_Procedural::Ray< PREC >::tfar |
Definition at line 35 of file BRAY_Procedural.h.
BRAYtime BRAY_Procedural::Ray< PREC >::time |
Definition at line 36 of file BRAY_Procedural.h.
fpreal BRAY_Procedural::Ray< PREC >::tnear |
Definition at line 34 of file BRAY_Procedural.h.