HDK
|
#include "GU_API.h"
#include <GEO/GEO_PrimitiveP.h>
#include <TS/TS_Expression.h>
#include <UT/UT_Array.h>
#include <UT/UT_ThreadSpecificValue.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_Vector3.h>
Go to the source code of this file.
Classes | |
class | GU_RaySerial |
class | GU_RayInfoHit |
class | GU_RayInfoCache |
class | GU_RayInfo |
class | GU_MinInfo |
class | GU_ProximityHelper |
class | GU_RayIntersect |
Namespaces | |
GU | |
Enumerations | |
enum | GU_RayFindType { GU_FIND_CLOSEST = 0, GU_FIND_FURTHEST = 1, GU_FIND_ALL = 2 } |
enum GU_RayFindType |
Enumerator | |
---|---|
GU_FIND_CLOSEST | |
GU_FIND_FURTHEST | |
GU_FIND_ALL |
Definition at line 35 of file GU_RayIntersect.h.