HDK
|
#include <HOM_GeometryRayCache.h>
Public Member Functions | |
HOM_GeometryRayCache () | |
HOM_GeometryRayCache (const HOM_GeometryRayCache &) | |
virtual | ~HOM_GeometryRayCache () |
virtual std::string | __repr__ ()=0 |
virtual int | intersect (HOM_Geometry &geo, const HOM_Vector3 &rayorig, const HOM_Vector3 &dir, HOM_Vector3 &p, HOM_Vector3 &n, HOM_Vector3 &uvw, float min_hit=1e-2f, float max_hit=1e18f, float tolerance=1e-2F)=0 |
Definition at line 23 of file HOM_GeometryRayCache.h.
|
inline |
Definition at line 33 of file HOM_GeometryRayCache.h.
|
inline |
Definition at line 35 of file HOM_GeometryRayCache.h.
|
inlinevirtual |
Definition at line 38 of file HOM_GeometryRayCache.h.
|
pure virtual |
|
pure virtual |