|
HDK
|
#include <TS_Ray.h>
Public Member Functions | |
| TS_Ray (const UT_Vector3 &xdir, const UT_Vector3 &xanchor, int thread_num=-1) | |
| int | rayBoxHit (const UT_BoundingBox &box, UT_Interval &t) const |
Static Public Member Functions | |
| static void | setupThreads (int num_threads) |
Public Attributes | |
| UT_Vector3 | dir |
| UT_Vector3 | anchor |
| int | index |
Static Public Attributes | |
| static UT_ThreadSpecificValue < int > | ourRaySerial |
|
inline |
| int TS_Ray::rayBoxHit | ( | const UT_BoundingBox & | box, |
| UT_Interval & | t | ||
| ) | const |
| UT_Vector3 TS_Ray::anchor |
| UT_Vector3 TS_Ray::dir |
|
static |