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