#include "std/support.H"
#include "mlib/points.H"
Include dependency graph for bbox.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BBOX |
class | BBOX2D |
class | BBOXpix |
Defines | |
#define | CRAYhit const RAYhit |
#define | CBBOX const BBOX |
#define | CBBOX2D const BBOX2D |
#define | CBBOXpix const BBOXpix |
Typedefs | |
typedef const GELptr | CGELptr |
Functions | |
BBOX | operator+ (CBBOX &b1, CBBOX &b2) |
The bounding box enclosing the two given bounding boxes, neither modified in the process. |
|
BBOX - 3D axis aligned bounding box Definition at line 24 of file bbox.H. Referenced by MMENU::move(). |
|
|
|
|
|
|
|
|
|
The bounding box enclosing the two given bounding boxes, neither modified in the process.
|