#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 45 of file GU_RayPrimitive.h.
| GU_Ray::GU_Ray | ( | const UT_Vector3 & | o, | |
| const UT_Vector3 & | d, | |||
| const UT_Matrix4 * | mat = 0 | |||
| ) |
| float GU_Ray::globalDist | ( | float | t | ) | const [inline] |
Definition at line 49 of file GU_RayPrimitive.h.
| float GU_Ray::localDist | ( | float | t | ) | const [inline] |
Definition at line 50 of file GU_RayPrimitive.h.
Definition at line 52 of file GU_RayPrimitive.h.
Definition at line 52 of file GU_RayPrimitive.h.
| float GU_Ray::tscale |
Definition at line 53 of file GU_RayPrimitive.h.
1.5.9