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