doom3-gpl
Doom 3 GPL source release
|
#include "../precompiled.h"
Go to the source code of this file.
Macros | |
#define | VORONOI_INDEX(x, y, z) ( x + y * 3 + z * 9 ) |
Functions | |
void | BoxToPoints (const idVec3 ¢er, const idVec3 &extents, const idMat3 &axis, idVec3 points[8]) |