1 /* objn08.h - structure values for n08 */
2 
3 {	"n08", "n08",		/* long and short names */
4 	"NONE",			/* long name of dual */
5 	  9, 16,  9,		/* number of vertices, edges, and faces */
6 	{			/* vertices (x,y,z) */
7 				/* all points must be within radius 1 of the origin */
8 		{-0.34099026, -0.46599026,  0.46599026},
9 		{-0.34099026,  0.46599026,  0.46599026},
10 		{ 0.59099026,  0.46599026,  0.46599026},
11 		{ 0.59099026, -0.46599026,  0.46599026},
12 		{-0.34099026, -0.46599026, -0.46599026},
13 		{-0.34099026,  0.46599026, -0.46599026},
14 		{ 0.59099026,  0.46599026, -0.46599026},
15 		{ 0.59099026, -0.46599026, -0.46599026},
16 		{-1.00000000,  0.00000000, -0.00000000}
17 	},
18 	{	/* faces (numfaces + indexes into vertices) */
19 		/*  faces must be specified clockwise from the outside */
20 		 4,     0,  4,  7,  3,
21 		 4,     0,  3,  2,  1,
22 		 3,     0,  1,  8,
23 		 3,     0,  8,  4,
24 		 4,     1,  2,  6,  5,
25 		 3,     1,  5,  8,
26 		 4,     2,  3,  7,  6,
27 		 4,     4,  5,  6,  7,
28 		 3,     4,  8,  5
29 	}
30 },		/* leave a comma to separate from the next include file */
31 /* end */
32