bbox3_qs Class Reference
[nMap]
#include <bbox_qs.h>
Inheritance diagram for bbox3_qs:
List of all members.
Detailed Description
(non-oriented) bounding box streamlined for quadtree navigation by caching up heavily used data
Definition at line 30 of file bbox_qs.h.
Constructor & Destructor Documentation
| bbox3_qs::bbox3_qs |
( |
|
) |
[inline] |
|
| bbox3_qs::bbox3_qs |
( |
const vector3 & |
_vmin, |
|
|
const vector3 & |
_vmax |
|
) |
[inline] |
|
| bbox3_qs::bbox3_qs |
( |
const bbox3 & |
bb |
) |
[inline] |
|
| bbox3_qs::bbox3_qs |
( |
vector3 * |
varray, |
|
|
int |
num |
|
) |
[inline] |
|
Member Function Documentation
| void bbox3_qs::reset_qs |
( |
|
) |
[inline] |
|
| void bbox3_qs::set |
( |
const vector3 & |
_vmin, |
|
|
const vector3 & |
_vmax |
|
) |
[inline] |
|
|
|
set from center point and extents
Reimplemented from bbox3.
Definition at line 73 of file bbox_qs.h. |
| void bbox3_qs::set |
( |
vector3 * |
varray, |
|
|
int |
num |
|
) |
[inline] |
|
| void bbox3_qs::begin_grow |
( |
void |
|
) |
[inline] |
|
| void bbox3_qs::grow |
( |
const vector3 & |
v |
) |
[inline] |
|
| void bbox3_qs::grow |
( |
vector3 * |
varray, |
|
|
int |
num |
|
) |
[inline] |
|
| void bbox3_qs::grow |
( |
bbox3_qs * |
bb |
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file: