QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bsp2img.c File Reference

Macros

#define CROSS(a, b, c)
 
#define DOT(a, b)   ((a).X * (b).X + (a).Y * (b).Y + (a).Z * (b).Z)
 
#define MAX_REF_FACES   4
 
#define MEMSIZE   (12 * 1024 * 1024)
 
#define PROGNAME   "bsp2img"
 
#define SUB(a, b, c)
 
#define V_MAJOR   0
 
#define V_MINOR   0
 
#define V_REV   12
 
#define X   point[0]
 
#define Y   point[1]
 
#define Z   point[2]
 
#define Z_PAD_HACK   16
 

Typedefs

typedef struct edge_extra_t edge_extra_t
 
typedef unsigned char eightbit
 
typedef struct options_t options_t
 

Functions

int main (int argc, char *argv[])
 

Variables

struct options_t options
 

Macro Definition Documentation

#define CROSS (   a,
  b,
 
)
Value:
((c).X = (a).Y * (b).Z - (a).Z * (b).Y, \
(c).Y = (a).Z * (b).X - (a).X * (b).Z, \
(c).Z = (a).X * (b).Y - (a).Y * (b).X)
#define X
Definition: bsp2img.c:58
#define Z
Definition: bsp2img.c:60
#define Y
Definition: bsp2img.c:59
#define DOT (   a,
 
)    ((a).X * (b).X + (a).Y * (b).Y + (a).Z * (b).Z)
#define MAX_REF_FACES   4
#define MEMSIZE   (12 * 1024 * 1024)
#define PROGNAME   "bsp2img"
#define SUB (   a,
  b,
 
)
Value:
((c).X = (a).X - (b).X, \
(c).Y = (a).Y - (b).Y, \
(c).Z = (a).Z - (b).Z)
#define X
Definition: bsp2img.c:58
#define Z
Definition: bsp2img.c:60
#define Y
Definition: bsp2img.c:59
#define V_MAJOR   0
#define V_MINOR   0
#define V_REV   12
#define X   point[0]
#define Y   point[1]
#define Z   point[2]
#define Z_PAD_HACK   16

Typedef Documentation

typedef struct edge_extra_t edge_extra_t
typedef unsigned char eightbit
typedef struct options_t options_t

Function Documentation

int main ( int  argc,
char *  argv[] 
)