Blender
V3.3
|
Go to the source code of this file.
Functions | |
SIMD_FORCE_INLINE bool | isLeafNode () const |
SIMD_FORCE_INLINE int | getEscapeIndex () const |
SIMD_FORCE_INLINE void | setEscapeIndex (int index) |
SIMD_FORCE_INLINE int | getDataIndex () const |
SIMD_FORCE_INLINE void | setDataIndex (int index) |
SIMD_FORCE_INLINE bool | testQuantizedBoxOverlapp (unsigned short *quantizedMin, unsigned short *quantizedMax) const |
Variables | |
BT_QUANTIZED_BVH_NODE | |
unsigned short int | m_quantizedAabbMax [3] |
int | m_escapeIndexOrDataIndex |
SIMD_FORCE_INLINE int getDataIndex | ( | ) | const |
Definition at line 63 of file btGImpactQuantizedBvhStructs.h.
References m_escapeIndexOrDataIndex.
SIMD_FORCE_INLINE int getEscapeIndex | ( | ) | const |
Definition at line 52 of file btGImpactQuantizedBvhStructs.h.
References m_escapeIndexOrDataIndex.
SIMD_FORCE_INLINE bool isLeafNode | ( | ) | const |
Definition at line 46 of file btGImpactQuantizedBvhStructs.h.
References m_escapeIndexOrDataIndex.
SIMD_FORCE_INLINE void setDataIndex | ( | int | index | ) |
Definition at line 70 of file btGImpactQuantizedBvhStructs.h.
References m_escapeIndexOrDataIndex.
SIMD_FORCE_INLINE void setEscapeIndex | ( | int | index | ) |
Definition at line 58 of file btGImpactQuantizedBvhStructs.h.
References m_escapeIndexOrDataIndex.
SIMD_FORCE_INLINE bool testQuantizedBoxOverlapp | ( | unsigned short * | quantizedMin, |
unsigned short * | quantizedMax | ||
) | const |
Definition at line 75 of file btGImpactQuantizedBvhStructs.h.
References m_quantizedAabbMax, and m_quantizedAabbMin.
BT_QUANTIZED_BVH_NODE |
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 33 of file btGImpactQuantizedBvhStructs.h.
int m_escapeIndexOrDataIndex |
Definition at line 39 of file btGImpactQuantizedBvhStructs.h.
Referenced by getDataIndex(), getEscapeIndex(), isLeafNode(), setDataIndex(), and setEscapeIndex().
unsigned short int m_quantizedAabbMax[3] |
Definition at line 37 of file btGImpactQuantizedBvhStructs.h.
Referenced by testQuantizedBoxOverlapp().