src/lib/voxel_1.cpp File Reference

#include "voxel_1.h"
#include <math.h>
#include "tabs_1/tablesizes.inc"
#include "tabs_1/rotmatrix.inc"
#include "tabs_1/meshverts.inc"

Include dependency graph for voxel_1.cpp:


Defines

#define HEIGHT   (sqrt(3)/2)

Variables

static double rotationMatrices [NUM_TRANSFORMATIONS_MIRROR][9]

Define Documentation

#define HEIGHT   (sqrt(3)/2)


Variable Documentation

double rotationMatrices[NUM_TRANSFORMATIONS_MIRROR][9] [static]

Initial value:

 {
{  1.0,         0.0, 0.0,         0.0,  1.0, 0.0, 0.0, 0.0,  1.0 },
{  0.5, -sqrt(0.75), 0.0,  sqrt(0.75),  0.5, 0.0, 0.0, 0.0,  1.0 },
{ -0.5, -sqrt(0.75), 0.0,  sqrt(0.75), -0.5, 0.0, 0.0, 0.0,  1.0 },
{ -1.0,        -0.0, 0.0,         0.0, -1.0, 0.0, 0.0, 0.0,  1.0 },
{ -0.5,  sqrt(0.75), 0.0, -sqrt(0.75), -0.5, 0.0, 0.0, 0.0,  1.0 },
{  0.5,  sqrt(0.75), 0.0, -sqrt(0.75),  0.5, 0.0, 0.0, 0.0,  1.0 },
{ -1.0,         0.0, 0.0,         0.0,  1.0, 0.0, 0.0, 0.0, -1.0 },
{ -0.5, -sqrt(0.75), 0.0, -sqrt(0.75),  0.5, 0.0, 0.0, 0.0, -1.0 },
{  0.5, -sqrt(0.75), 0.0, -sqrt(0.75), -0.5, 0.0, 0.0, 0.0, -1.0 },
{  1.0,        -0.0, 0.0,         0.0, -1.0, 0.0, 0.0, 0.0, -1.0 },
{  0.5,  sqrt(0.75), 0.0,  sqrt(0.75), -0.5, 0.0, 0.0, 0.0, -1.0 },
{ -0.5,  sqrt(0.75), 0.0,  sqrt(0.75),  0.5, 0.0, 0.0, 0.0, -1.0 },

{ -1.0,         0.0, 0.0,         0.0,  1.0, 0.0, 0.0, 0.0,  1.0 },
{ -0.5, -sqrt(0.75), 0.0, -sqrt(0.75),  0.5, 0.0, 0.0, 0.0,  1.0 },
{  0.5, -sqrt(0.75), 0.0, -sqrt(0.75), -0.5, 0.0, 0.0, 0.0,  1.0 },
{  1.0,        -0.0, 0.0,         0.0, -1.0, 0.0, 0.0, 0.0,  1.0 },
{  0.5,  sqrt(0.75), 0.0,  sqrt(0.75), -0.5, 0.0, 0.0, 0.0,  1.0 },
{ -0.5,  sqrt(0.75), 0.0,  sqrt(0.75),  0.5, 0.0, 0.0, 0.0,  1.0 },
{  1.0,         0.0, 0.0,         0.0,  1.0, 0.0, 0.0, 0.0, -1.0 },
{  0.5, -sqrt(0.75), 0.0,  sqrt(0.75),  0.5, 0.0, 0.0, 0.0, -1.0 },
{ -0.5, -sqrt(0.75), 0.0,  sqrt(0.75), -0.5, 0.0, 0.0, 0.0, -1.0 },
{ -1.0,        -0.0, 0.0,         0.0, -1.0, 0.0, 0.0, 0.0, -1.0 },
{ -0.5,  sqrt(0.75), 0.0, -sqrt(0.75), -0.5, 0.0, 0.0, 0.0, -1.0 },
{  0.5,  sqrt(0.75), 0.0, -sqrt(0.75),  0.5, 0.0, 0.0, 0.0, -1.0 }
}


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