btQuantizedBvhNode is a compressed aabb node, 16 bytes.
More...
#include <btQuantizedBvh.h>
Detailed Description
btQuantizedBvhNode is a compressed aabb node, 16 bytes.
Node can be used for leafnode or internal node. Leafnodes can point to 32-bit triangle index (non-negative range).
Definition at line 58 of file btQuantizedBvh.h.
Member Function Documentation
| btQuantizedBvhNode::BT_DECLARE_ALIGNED_ALLOCATOR |
( |
| ) |
|
| int btQuantizedBvhNode::getEscapeIndex |
( |
| ) |
const |
|
inline |
| int btQuantizedBvhNode::getPartId |
( |
| ) |
const |
|
inline |
| int btQuantizedBvhNode::getTriangleIndex |
( |
| ) |
const |
|
inline |
| bool btQuantizedBvhNode::isLeafNode |
( |
| ) |
const |
|
inline |
Member Data Documentation
| int btQuantizedBvhNode::m_escapeIndexOrTriangleIndex |
| unsigned short int btQuantizedBvhNode::m_quantizedAabbMax[3] |
| unsigned short int btQuantizedBvhNode::m_quantizedAabbMin[3] |
The documentation for this struct was generated from the following file: