HDK
|
#include <UT_BVH.h>
Public Member Functions | |
SYS_FORCE_INLINE | BVHQueryPointWrapper (QUERY_POINT &query_point) |
SYS_FORCE_INLINE bool | isValid (uint tree_point_index) const |
template<typename POSITION , typename RADIUS_ARRAY > | |
SYS_FORCE_INLINE float | queryDistance2 (const POSITION &tree_point, const RADIUS_ARRAY &radii, uint index) const |
This must be the exact distance squared. More... | |
template<bool farthest, uint NAXES> | |
SYS_FORCE_INLINE uint | boxHitAndDist2 (const UT::Box< v4uf, NAXES > &boxes, const float max_dist_squared, const uint internal_node_num, v4uf &dist2) const |
Public Attributes | |
QUERY_POINT & | myQueryPoint |
Static Public Attributes | |
static constexpr bool | theAllPointsValid = QUERY_POINT::theAllPointsValid |
isValid() doesn't need to be called if theAllPointsValid is true. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
QUERY_POINT& UT::BVHQueryPointWrapper< QUERY_POINT >::myQueryPoint |
|
static |