libigl v2.5.0
Loading...
Searching...
No Matches
marching_cubes_tables.h File Reference

Go to the source code of this file.

Variables

const int edgeTable [256]
 
const int triTable [256][2][17]
 
const int polyTable [8][16]
 

Variable Documentation

◆ edgeTable

const int edgeTable[256]

◆ triTable

const int triTable[256][2][17]

◆ polyTable

const int polyTable[8][16]
Initial value:
=
{
{-1},
{-1},
{-1},
{0, 1, 2, -1},
{0, 1, 2, 2, 3, 0, -1},
{0, 1, 2, 0, 2, 4, 4, 2, 3, -1},
{0, 1, 2, 2, 3, 4, 4, 5, 0, 0, 2, 4, -1},
{0, 1, 5, 0, 5, 6, 1, 2, 5, 4, 5, 3, 2, 3, 5, -1}
}