HDK
|
#include <UT_KDTree.h>
Public Member Functions | |
UT_KDQueryPtUnitWrap (const float *p, int ndims=3) | |
float | boxDist (const UT_BoundingBox &box) const |
float | dist (const float *P, int) const |
This distance squared needs to be exact. More... | |
Public Attributes | |
const float * | myP |
const int | myNDims |
This query point considers space to wrap between 0 and 1 in all dimensions. It only supports up to 3 dimensions due to UT_BoundingBox only having 3 dimensions.
Definition at line 93 of file UT_KDTree.h.
Definition at line 94 of file UT_KDTree.h.
|
inline |
This can be an underestimate, but not an overestimate of the distance squared.
Definition at line 101 of file UT_KDTree.h.
This distance squared needs to be exact.
Definition at line 120 of file UT_KDTree.h.
const int UT_KDQueryPtUnitWrap::myNDims |
Definition at line 139 of file UT_KDTree.h.
const float* UT_KDQueryPtUnitWrap::myP |
Definition at line 138 of file UT_KDTree.h.