|
HDK
|
#include <GU_RayPrimitive.h>
Public Member Functions | |
| GU_Ray (const UT_Vector3 &o, const UT_Vector3 &d, const UT_Matrix4 *mat=0) | |
| float | globalDist (float t) const |
| float | localDist (float t) const |
Public Attributes | |
| UT_Vector3 | org |
| UT_Vector3 | dir |
| float | tscale |
Definition at line 53 of file GU_RayPrimitive.h.
| GU_Ray::GU_Ray | ( | const UT_Vector3 & | o, |
| const UT_Vector3 & | d, | ||
| const UT_Matrix4 * | mat = 0 |
||
| ) |
Definition at line 58 of file GU_RayPrimitive.h.
Definition at line 59 of file GU_RayPrimitive.h.
| UT_Vector3 GU_Ray::dir |
Definition at line 61 of file GU_RayPrimitive.h.
| UT_Vector3 GU_Ray::org |
Definition at line 61 of file GU_RayPrimitive.h.
| float GU_Ray::tscale |
Definition at line 62 of file GU_RayPrimitive.h.