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

#include <BV_OBBTree.h>

Public Member Functions

 BV_CHPointInfo ()
 
 BV_CHPointInfo (const UT_Vector3 point_in)
 
void addPoint (const UT_Vector3 point_in)
 Accumulated the point position. More...
 
UT_Vector3 getAveragePoint () const
 Returns an average point position accumulated so far. More...
 
bool operator() (const UT_Vector3 &s1, const UT_Vector3 &s2) const
 

Detailed Description

Definition at line 68 of file BV_OBBTree.h.

Constructor & Destructor Documentation

BV_CHPointInfo::BV_CHPointInfo ( )
BV_CHPointInfo::BV_CHPointInfo ( const UT_Vector3  point_in)

Member Function Documentation

void BV_CHPointInfo::addPoint ( const UT_Vector3  point_in)

Accumulated the point position.

UT_Vector3 BV_CHPointInfo::getAveragePoint ( ) const

Returns an average point position accumulated so far.

bool BV_CHPointInfo::operator() ( const UT_Vector3 s1,
const UT_Vector3 s2 
) const

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