|
HDK
|
#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 |
Definition at line 68 of file BV_OBBTree.h.
| BV_CHPointInfo::BV_CHPointInfo | ( | ) |
| BV_CHPointInfo::BV_CHPointInfo | ( | const UT_Vector3 | point_in | ) |
| 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 |