btQuantizedBvhNode is a compressed aabb node, 16 bytes. More...
#include <btQuantizedBvh.h>
Public Member Functions | |
| BT_DECLARE_ALIGNED_ALLOCATOR () | |
| bool | isLeafNode () const |
| int | getEscapeIndex () const |
| int | getTriangleIndex () const |
| int | getPartId () const |
Public Attributes | |
| unsigned short int | m_quantizedAabbMin [3] |
| unsigned short int | m_quantizedAabbMax [3] |
| int | m_escapeIndexOrTriangleIndex |
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 45 of file btQuantizedBvh.h.
| btQuantizedBvhNode::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
| int btQuantizedBvhNode::getEscapeIndex | ( | ) | const [inline] |
Definition at line 60 of file btQuantizedBvh.h.
| int btQuantizedBvhNode::getPartId | ( | ) | const [inline] |
Definition at line 71 of file btQuantizedBvh.h.
| int btQuantizedBvhNode::getTriangleIndex | ( | ) | const [inline] |
Definition at line 65 of file btQuantizedBvh.h.
| bool btQuantizedBvhNode::isLeafNode | ( | ) | const [inline] |
Definition at line 55 of file btQuantizedBvh.h.
Definition at line 53 of file btQuantizedBvh.h.
| unsigned short int btQuantizedBvhNode::m_quantizedAabbMax[3] |
Definition at line 51 of file btQuantizedBvh.h.
| unsigned short int btQuantizedBvhNode::m_quantizedAabbMin[3] |
Definition at line 50 of file btQuantizedBvh.h.
1.6.1