HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_KDTubeQuery Class Reference

Lookup information for line queries. More...

#include <UT_KDTree.h>

Public Member Functions

 UT_KDTubeQuery (const UT_Vector3 &orig, const UT_Vector3 &dir)
 
float boxDist (const UT_BoundingBox &box) const
 
float dist (const float *P, int) const
 This distance squared needs to be exact. More...
 

Detailed Description

Lookup information for line queries.

Definition at line 326 of file UT_KDTree.h.

Constructor & Destructor Documentation

UT_KDTubeQuery::UT_KDTubeQuery ( const UT_Vector3 orig,
const UT_Vector3 dir 
)
inline

Definition at line 328 of file UT_KDTree.h.

Member Function Documentation

float UT_KDTubeQuery::boxDist ( const UT_BoundingBox box) const
inline

This can be an underestimate, but not an overestimate of the distance squared.

Definition at line 338 of file UT_KDTree.h.

float UT_KDTubeQuery::dist ( const float P,
int   
) const
inline

This distance squared needs to be exact.

Definition at line 343 of file UT_KDTree.h.


The documentation for this class was generated from the following file: