src/lib/voxel_0.cpp File Reference

#include "voxel_0.h"
#include <stdlib.h>
#include "tabs_0/tablesizes.inc"
#include "tabs_0/rotmatrix.inc"
#include "tabs_0/meshverts.inc"

Include dependency graph for voxel_0.cpp:


Defines

#define MIN(a, b)   ((a<b)?(a):(b))
#define MAX(a, b)   ((a>b)?(a):(b))

Variables

static const int rotationMatrices [NUM_TRANSFORMATIONS_MIRROR][9]
 this array contains all rotation and mirror rotation matrices for the cubic Grids in BurrTools

Define Documentation

#define MAX ( a,
 )     ((a>b)?(a):(b))

Referenced by voxel_0_c::transform().

#define MIN ( a,
 )     ((a<b)?(a):(b))

Referenced by voxel_0_c::transform().


Variable Documentation

const int rotationMatrices[NUM_TRANSFORMATIONS_MIRROR][9] [static]


Generated on Sun Oct 10 10:02:22 2010 for BurrTools by  doxygen 1.5.8