#include <OPC_Common.h>
Public Member Functions | |
inline_ | QuantizedAABB () |
Constructor. More... | |
inline_ | ~QuantizedAABB () |
Destructor. More... | |
Public Attributes | |
sword | mCenter [3] |
Quantized center. More... | |
uword | mExtents [3] |
Quantized extents. More... | |
A quantized AABB. Center/Extent model, using 16-bits integers.
Definition at line 105 of file OPC_Common.h.
|
inline |
Constructor.
Definition at line 109 of file OPC_Common.h.
|
inline |
Destructor.
Definition at line 111 of file OPC_Common.h.
sword QuantizedAABB::mCenter[3] |
Quantized center.
Definition at line 113 of file OPC_Common.h.
uword QuantizedAABB::mExtents[3] |
Quantized extents.
Definition at line 114 of file OPC_Common.h.