doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
Frustum.cpp File Reference
#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 &center, const idVec3 &extents, const idMat3 &axis, idVec3 points[8])
 

Macro Definition Documentation

#define VORONOI_INDEX (   x,
  y,
  z 
)    ( x + y * 3 + z * 9 )

Definition at line 953 of file Frustum.cpp.

Function Documentation

void BoxToPoints ( const idVec3 center,
const idVec3 extents,
const idMat3 axis,
idVec3  points[8] 
)

Definition at line 58 of file Frustum.cpp.