#include <UT_KDTree.h>
Public Member Functions | |
| UT_KDQueryPt (const float *p) | |
| UT_KDQueryPt (const float *p, const void *data) | |
Public Attributes | |
| const float * | P |
| const void * | myData |
Definition at line 48 of file UT_KDTree.h.
| UT_KDQueryPt::UT_KDQueryPt | ( | const float * | p | ) | [inline] |
Definition at line 49 of file UT_KDTree.h.
| UT_KDQueryPt::UT_KDQueryPt | ( | const float * | p, | |
| const void * | data | |||
| ) | [inline] |
Definition at line 51 of file UT_KDTree.h.
| const void* UT_KDQueryPt::myData |
Definition at line 55 of file UT_KDTree.h.
| const float* UT_KDQueryPt::P |
Definition at line 54 of file UT_KDTree.h.
1.5.9