HDK
|
#include <UT_BoundingCone.h>
Public Member Functions | |
UT_BoundingCone () | |
UT_BoundingCone (const UT_Vector3 &dir, float angle) | |
const UT_Vector3 & | getDir () const |
float | getAngle () const |
void | initBounds (const UT_Vector3 &dir) |
void | enlargeBounds (const UT_Vector3 &dir) |
bool | intersects (const UT_BoundingCone &cone) const |
bool | computeIntersection (const UT_BoundingCone &cone) |
void | dump () |
Definition at line 18 of file UT_BoundingCone.h.
|
inline |
Definition at line 20 of file UT_BoundingCone.h.
|
inline |
Definition at line 27 of file UT_BoundingCone.h.
bool UT_BoundingCone::computeIntersection | ( | const UT_BoundingCone & | cone | ) |
void UT_BoundingCone::dump | ( | ) |
void UT_BoundingCone::enlargeBounds | ( | const UT_Vector3 & | dir | ) |
|
inline |
Definition at line 35 of file UT_BoundingCone.h.
|
inline |
Definition at line 34 of file UT_BoundingCone.h.
void UT_BoundingCone::initBounds | ( | const UT_Vector3 & | dir | ) |
bool UT_BoundingCone::intersects | ( | const UT_BoundingCone & | cone | ) | const |