Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
QuantizedAABB Class Reference

#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...
 

Detailed Description

A quantized AABB. Center/Extent model, using 16-bits integers.

Author
Pierre Terdiman
Version
1.3
Date
March, 20, 2001

Definition at line 81 of file OPC_Common.h.

Constructor & Destructor Documentation

inline_ QuantizedAABB::QuantizedAABB ( )
inline

Constructor.

Definition at line 85 of file OPC_Common.h.

85 {}
inline_ QuantizedAABB::~QuantizedAABB ( )
inline

Destructor.

Definition at line 87 of file OPC_Common.h.

87 {}

Member Data Documentation

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.


The documentation for this class was generated from the following file: