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

Queries for infinite lines (infinite tubes) More...

#include <UT_KDTree.h>

Public Member Functions

 UT_KDLineQuery (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

Queries for infinite lines (infinite tubes)

Definition at line 355 of file UT_KDTree.h.

Constructor & Destructor Documentation

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

Definition at line 357 of file UT_KDTree.h.

Member Function Documentation

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

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

Definition at line 366 of file UT_KDTree.h.

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

This distance squared needs to be exact.

Definition at line 375 of file UT_KDTree.h.


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