1 /* objn92.h - structure values for n92 */
2 
3 {	"n92", "n92",		/* long and short names */
4 	"NONE",			/* long name of dual */
5 	 18, 36, 20,		/* number of vertices, edges, and faces */
6 	{			/* vertices (x,y,z) */
7 				/* all points must be within radius 1 of the origin */
8 		{-0.33030437, -0.57210395, -0.43569542},
9 		{ 0.33030437, -0.57210395, -0.43569542},
10 		{ 0.66060874,  0.00000000, -0.43569542},
11 		{ 0.33030437,  0.57210395, -0.43569542},
12 		{-0.33030437,  0.57210395, -0.43569542},
13 		{-0.66060874, -0.00000000, -0.43569542},
14 		{-0.53444370, -0.68996385,  0.18142700},
15 		{ 0.00000000, -0.99852506, -0.05429279},
16 		{ 0.53444370, -0.68996385,  0.18142700},
17 		{ 0.86474807, -0.11785990,  0.18142700},
18 		{ 0.86474807,  0.49926253, -0.05429279},
19 		{ 0.33030437,  0.80782374,  0.18142700},
20 		{-0.33030437,  0.80782374,  0.18142700},
21 		{-0.86474807,  0.49926253, -0.05429279},
22 		{-0.86474807, -0.11785990,  0.18142700},
23 		{-0.33030437, -0.19070132,  0.56282964},
24 		{ 0.33030437, -0.19070132,  0.56282964},
25 		{ 0.00000000,  0.38140263,  0.56282964}
26 	},
27 	{	/* faces (numfaces + indexes into vertices) */
28 		/*  faces must be specified clockwise from the outside */
29 		 3,     0,  1,  7,
30 		 3,     0,  7,  6,
31 		 4,     0,  6, 14,  5,
32 		 6,     0,  5,  4,  3,  2,  1,
33 		 4,     1,  2,  9,  8,
34 		 3,     1,  8,  7,
35 		 3,     2,  3, 10,
36 		 3,     2, 10,  9,
37 		 4,     3,  4, 12, 11,
38 		 3,     3, 11, 10,
39 		 3,     4,  5, 13,
40 		 3,     4, 13, 12,
41 		 3,     5, 14, 13,
42 		 5,     6,  7,  8, 16, 15,
43 		 3,     6, 15, 14,
44 		 3,     8,  9, 16,
45 		 5,     9, 10, 11, 17, 16,
46 		 3,    11, 12, 17,
47 		 5,    12, 13, 14, 15, 17,
48 		 3,    15, 16, 17
49 	}
50 },		/* leave a comma to separate from the next include file */
51 /* end */
52