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