Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
Go to the source code of this file.
Classes | |
struct | Outline |
Macros | |
#define | MIN(a, b) ((a)<(b)?(a):(b)) |
#define | MAX(a, b) ((a)>(b)?(a):(b)) |
Functions | |
csBox3 | operator+ (const csBox3 &box1, const csBox3 &box2) |
csBox3 | operator+ (const csBox3 &box, const csVector3 &point) |
csBox3 | operator* (const csBox3 &box1, const csBox3 &box2) |
bool | operator== (const csBox3 &box1, const csBox3 &box2) |
bool | operator!= (const csBox3 &box1, const csBox3 &box2) |
bool | operator< (const csBox3 &box1, const csBox3 &box2) |
bool | operator> (const csBox3 &box1, const csBox3 &box2) |
bool | operator< (const csVector3 &point, const csBox3 &box) |
Variables | |
static Outline | outlines [27] |
Outline lookup table. More... | |
Definition at line 20 of file opbox.cpp.
Referenced by HPoint::Max(), Point::Max(), operator*(), operator+(), and csBox3::SquaredOriginMaxDist().
Definition at line 19 of file opbox.cpp.
Referenced by csBox3::GetConvexOutline(), HPoint::Min(), Point::Min(), operator*(), and operator+().
Definition at line 414 of file opbox.cpp.
References csBox3::maxbox, csBox3::minbox, csVector3::x, csVector3::y, and csVector3::z.
Definition at line 393 of file opbox.cpp.
References MAX, csBox3::maxbox, MIN, csBox3::minbox, csVector3::x, csVector3::y, and csVector3::z.
Definition at line 371 of file opbox.cpp.
References MAX, csBox3::maxbox, MIN, csBox3::minbox, csVector3::x, csVector3::y, and csVector3::z.
Definition at line 382 of file opbox.cpp.
References MAX, csBox3::maxbox, MIN, csBox3::minbox, csVector3::x, csVector3::y, and csVector3::z.
Definition at line 424 of file opbox.cpp.
References csBox3::maxbox, csBox3::minbox, csVector3::x, csVector3::y, and csVector3::z.
Definition at line 444 of file opbox.cpp.
References csBox3::maxbox, csBox3::minbox, csVector3::x, csVector3::y, and csVector3::z.
Definition at line 404 of file opbox.cpp.
References csBox3::maxbox, csBox3::minbox, csVector3::x, csVector3::y, and csVector3::z.
Definition at line 434 of file opbox.cpp.
References csBox3::maxbox, csBox3::minbox, csVector3::x, csVector3::y, and csVector3::z.
|
static |
Outline lookup table.