Basic Box tree structure.
More...
#include <btGImpactQuantizedBvh.h>
Detailed Description
Basic Box tree structure.
Definition at line 105 of file btGImpactQuantizedBvh.h.
Constructor & Destructor Documentation
| btQuantizedBvhTree::btQuantizedBvhTree |
( |
| ) |
|
|
inline |
Member Function Documentation
| void btQuantizedBvhTree::_build_sub_tree |
( |
GIM_BVH_DATA_ARRAY & |
primitive_boxes, |
|
|
int |
startIndex, |
|
|
int |
endIndex |
|
) |
| |
|
protected |
| int btQuantizedBvhTree::_calc_splitting_axis |
( |
GIM_BVH_DATA_ARRAY & |
primitive_boxes, |
|
|
int |
startIndex, |
|
|
int |
endIndex |
|
) |
| |
|
protected |
| int btQuantizedBvhTree::_sort_and_calc_splitting_index |
( |
GIM_BVH_DATA_ARRAY & |
primitive_boxes, |
|
|
int |
startIndex, |
|
|
int |
endIndex, |
|
|
int |
splitAxis |
|
) |
| |
|
protected |
| void btQuantizedBvhTree::clearNodes |
( |
| ) |
|
|
inline |
| int btQuantizedBvhTree::getEscapeNodeIndex |
( |
int |
nodeindex | ) |
const |
|
inline |
| int btQuantizedBvhTree::getLeftNode |
( |
int |
nodeindex | ) |
const |
|
inline |
| void btQuantizedBvhTree::getNodeBound |
( |
int |
nodeindex, |
|
|
btAABB & |
bound |
|
) |
| const |
|
inline |
| int btQuantizedBvhTree::getNodeCount |
( |
| ) |
const |
|
inline |
| int btQuantizedBvhTree::getNodeData |
( |
int |
nodeindex | ) |
const |
|
inline |
| int btQuantizedBvhTree::getRightNode |
( |
int |
nodeindex | ) |
const |
|
inline |
| bool btQuantizedBvhTree::isLeafNode |
( |
int |
nodeindex | ) |
const |
|
inline |
| void btQuantizedBvhTree::quantizePoint |
( |
unsigned short * |
quantizedpoint, |
|
|
const btVector3 & |
point |
|
) |
| const |
|
inline |
| void btQuantizedBvhTree::setNodeBound |
( |
int |
nodeindex, |
|
|
const btAABB & |
bound |
|
) |
| |
|
inline |
| bool btQuantizedBvhTree::testQuantizedBoxOverlapp |
( |
int |
node_index, |
|
|
unsigned short * |
quantizedMin, |
|
|
unsigned short * |
quantizedMax |
|
) |
| const |
|
inline |
Member Data Documentation
| btVector3 btQuantizedBvhTree::m_bvhQuantization |
|
protected |
| btAABB btQuantizedBvhTree::m_global_bound |
|
protected |
| int btQuantizedBvhTree::m_num_nodes |
|
protected |
The documentation for this class was generated from the following files: