Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vsbox.cpp File Reference
#include "vsbox.h"
#include "xml_support.h"

Go to the source code of this file.

Macros

#define VERTEX(ax, ay, az)
 

Functions

string tostring (const Vector &v)
 

Macro Definition Documentation

#define VERTEX (   ax,
  ay,
  az 
)
Value:
do {vertices[a].x = ax; \
vertices[a].y = ay; \
vertices[a].z = az; \
vertices[a].i = ax; \
vertices[a].j = ay; \
vertices[a].k = az; \
vertices[a].s = 0; \
vertices[a].t = 0; \
a++; \
} \
while (0)

Function Documentation