Bullet Collision Detection & Physics Library
|
This is the complete list of members for btQuantizedBvhTree, including all inherited members.
_build_sub_tree(GIM_BVH_DATA_ARRAY &primitive_boxes, int startIndex, int endIndex) | btQuantizedBvhTree | protected |
_calc_splitting_axis(GIM_BVH_DATA_ARRAY &primitive_boxes, int startIndex, int endIndex) | btQuantizedBvhTree | protected |
_sort_and_calc_splitting_index(GIM_BVH_DATA_ARRAY &primitive_boxes, int startIndex, int endIndex, int splitAxis) | btQuantizedBvhTree | protected |
btQuantizedBvhTree() | btQuantizedBvhTree | inline |
build_tree(GIM_BVH_DATA_ARRAY &primitive_boxes) | btQuantizedBvhTree | |
calc_quantization(GIM_BVH_DATA_ARRAY &primitive_boxes, btScalar boundMargin=btScalar(1.0)) | btQuantizedBvhTree | protected |
clearNodes() | btQuantizedBvhTree | inline |
get_node_pointer(int index=0) const | btQuantizedBvhTree | inline |
getEscapeNodeIndex(int nodeindex) const | btQuantizedBvhTree | inline |
getLeftNode(int nodeindex) const | btQuantizedBvhTree | inline |
getNodeBound(int nodeindex, btAABB &bound) const | btQuantizedBvhTree | inline |
getNodeCount() const | btQuantizedBvhTree | inline |
getNodeData(int nodeindex) const | btQuantizedBvhTree | inline |
getRightNode(int nodeindex) const | btQuantizedBvhTree | inline |
isLeafNode(int nodeindex) const | btQuantizedBvhTree | inline |
m_bvhQuantization | btQuantizedBvhTree | protected |
m_global_bound | btQuantizedBvhTree | protected |
m_node_array | btQuantizedBvhTree | protected |
m_num_nodes | btQuantizedBvhTree | protected |
quantizePoint(unsigned short *quantizedpoint, const btVector3 &point) const | btQuantizedBvhTree | inline |
setNodeBound(int nodeindex, const btAABB &bound) | btQuantizedBvhTree | inline |
testQuantizedBoxOverlapp(int node_index, unsigned short *quantizedMin, unsigned short *quantizedMax) const | btQuantizedBvhTree | inline |