Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "opvector3.h"
Go to the source code of this file.
Classes | |
class | csBox3 |
struct | csBox3::bEdge |
#define BOX_CORNER_xyz 0 |
Indices of corner vertices for csBox3. Used by csBox3::GetCorner().
Definition at line 40 of file opbox.h.
Referenced by csBox3::GetCorner().
#define BOX_CORNER_xyZ 1 |
Definition at line 41 of file opbox.h.
Referenced by csBox3::GetCorner().
#define BOX_CORNER_xYz 2 |
Definition at line 42 of file opbox.h.
Referenced by csBox3::GetCorner().
#define BOX_CORNER_xYZ 3 |
Definition at line 43 of file opbox.h.
Referenced by csBox3::GetCorner().
#define BOX_CORNER_Xyz 4 |
Definition at line 44 of file opbox.h.
Referenced by csBox3::GetCorner().
#define BOX_CORNER_XyZ 5 |
Definition at line 45 of file opbox.h.
Referenced by csBox3::GetCorner().
#define BOX_CORNER_XYz 6 |
Definition at line 46 of file opbox.h.
Referenced by csBox3::GetCorner().
#define BOX_CORNER_XYZ 7 |
Definition at line 47 of file opbox.h.
Referenced by csBox3::GetCorner().
#define BOX_EDGE_Xyz_xyz 0 |
#define BOX_SIDE_x 0 |
Indices of faces for csBox3. Used by csBox3::GetSide().
Definition at line 53 of file opbox.h.
Referenced by csBox3::Adjacent().
#define BOX_SIDE_X 1 |
Definition at line 54 of file opbox.h.
Referenced by csBox3::Adjacent().
#define BOX_SIDE_y 2 |
Definition at line 55 of file opbox.h.
Referenced by csBox3::Adjacent().
#define BOX_SIDE_Y 3 |
Definition at line 56 of file opbox.h.
Referenced by csBox3::Adjacent().
#define BOX_SIDE_z 4 |
Definition at line 57 of file opbox.h.
Referenced by csBox3::Adjacent().
#define BOX_SIDE_Z 5 |
Definition at line 58 of file opbox.h.
Referenced by csBox3::Adjacent().
#define CS_BOUNDINGBOX_MAXVALUE 1000000000. |
The maximum value that a coordinate in the bounding box can use. This is considered the 'infinity' value used for empty bounding boxes.
Definition at line 33 of file opbox.h.
Referenced by csBox3::StartBoundingBox().