#include "voxel_0.h"
#include <stdlib.h>
#include "tabs_0/tablesizes.inc"
#include "tabs_0/rotmatrix.inc"
#include "tabs_0/meshverts.inc"
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 MAX | ( | a, | |||
b | ) | ((a>b)?(a):(b)) |
Referenced by voxel_0_c::transform().
#define MIN | ( | a, | |||
b | ) | ((a<b)?(a):(b)) |
Referenced by voxel_0_c::transform().
const int rotationMatrices[NUM_TRANSFORMATIONS_MIRROR][9] [static] |
this array contains all rotation and mirror rotation matrices for the cubic Grids in BurrTools
Referenced by voxel_2_c::transform(), voxel_1_c::transform(), voxel_0_c::transform(), voxel_2_c::transformPoint(), voxel_1_c::transformPoint(), and voxel_0_c::transformPoint().