#include "CVector3.h"
#include "CVectorTex3.h"
#include "CPlane.h"
#include "Zdef.h"
#include "Zmacro.h"
Go to the source code of this file.
Compounds | |
class | CPolygon |
Defines | |
#define | ZD_POLYGON_MAX_POLYGON_VERTICES 16 |
CPolygon. | |
#define | ZD_POLYGON_MAX_COORD_X 0 |
#define | ZD_POLYGON_MAX_COORD_Y 1 |
#define | ZD_POLYGON_MAX_COORD_Z 2 |
#define | ZD_POLYGON_CLIP_COINCIDENT 0 |
#define | ZD_POLYGON_CLIP_ALLIN 1 |
#define | ZD_POLYGON_CLIP_ALLOUT 2 |
#define | ZD_POLYGON_CLIP_CLIPPED 3 |
#define | ZD_POLYGON_CLIP_ERROR -1 |
#define | ZD_POLYGON_CLIP_EPSILON 0.000001 |
#define | ZD_POLYGON_MAX_INT 16535 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
polygon management class |