HDK
|
#include <UT_BVHImpl.h>
Public Types | |
using | Parent = BVHQueryPointWrapper< const UT_FixedVector< float, 2 > > |
Additional Inherited Members | |
Public Member Functions inherited from UT::BVHQueryPointWrapper< const UT_FixedVector< float, 2 > > | |
SYS_FORCE_INLINE | BVHQueryPointWrapper (const UT_FixedVector< float, 2 > &query_point) |
SYS_FORCE_INLINE bool | isValid (uint tree_point_index) const |
SYS_FORCE_INLINE float | queryDistance2 (const POSITION &tree_point, const RADIUS_ARRAY &radii, uint index) const |
This must be the exact distance squared. More... | |
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 inherited from UT::BVHQueryPointWrapper< const UT_FixedVector< float, 2 > > | |
const UT_FixedVector< float, 2 > & | myQueryPoint |
Static Public Attributes inherited from UT::BVHQueryPointWrapper< const UT_FixedVector< float, 2 > > | |
static constexpr bool | theAllPointsValid |
isValid() doesn't need to be called if theAllPointsValid is true. More... | |
Definition at line 3159 of file UT_BVHImpl.h.
using UT::BVHQueryPointWrapper< const UT_Vector2 >::Parent = BVHQueryPointWrapper<const UT_FixedVector<float,2> > |
Definition at line 3161 of file UT_BVHImpl.h.