Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#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 81 of file OPC_Common.h.
|
inline |
|
inline |
sword QuantizedAABB::mCenter[3] |
Quantized center.
Definition at line 89 of file OPC_Common.h.
uword QuantizedAABB::mExtents[3] |
Quantized extents.
Definition at line 90 of file OPC_Common.h.