#include <GU_RayIntersect.h>
Public Member Functions | |
| int | operator== (const GU_RayInfoHit &x) const |
Public Attributes | |
| float | t |
| float | u |
| float | v |
| float | d2 |
| const GEO_Primitive * | prim |
Definition at line 48 of file GU_RayIntersect.h.
| int GU_RayInfoHit::operator== | ( | const GU_RayInfoHit & | x | ) | const [inline] |
Definition at line 50 of file GU_RayIntersect.h.
| float GU_RayInfoHit::d2 |
Definition at line 54 of file GU_RayIntersect.h.
| const GEO_Primitive* GU_RayInfoHit::prim |
Definition at line 55 of file GU_RayIntersect.h.
| float GU_RayInfoHit::t |
Definition at line 54 of file GU_RayIntersect.h.
| float GU_RayInfoHit::u |
Definition at line 54 of file GU_RayIntersect.h.
| float GU_RayInfoHit::v |
Definition at line 54 of file GU_RayIntersect.h.
1.5.9