| HDK
    | 
#include <GU_RayIntersect.h>
| Public Member Functions | |
| int | operator== (const GU_RayInfoHit &x) const | 
| Public Attributes | |
| float | t | 
| float | u | 
| float | v | 
| float | w | 
| float | d2 | 
| GEO_ConstPrimitiveP | prim | 
Definition at line 116 of file GU_RayIntersect.h.
| 
 | inline | 
Definition at line 119 of file GU_RayIntersect.h.
| float GU_RayInfoHit::d2 | 
Definition at line 123 of file GU_RayIntersect.h.
| GEO_ConstPrimitiveP GU_RayInfoHit::prim | 
Definition at line 124 of file GU_RayIntersect.h.
| float GU_RayInfoHit::t | 
Definition at line 123 of file GU_RayIntersect.h.
| float GU_RayInfoHit::u | 
Definition at line 123 of file GU_RayIntersect.h.
| float GU_RayInfoHit::v | 
Definition at line 123 of file GU_RayIntersect.h.
| float GU_RayInfoHit::w | 
Definition at line 123 of file GU_RayIntersect.h.