/***********************************************************************/ /* Open Visualization Data Explorer */ /* (C) Copyright IBM Corp. 1989,1999 */ /* ALL RIGHTS RESERVED */ /* This code licensed under the */ /* "IBM PUBLIC LICENSE - Open Visualization Data Explorer" */ /***********************************************************************/ #define CIRCLE20PTS 20 #define CIRCLE20TRS 18 static Point points[CIRCLE20PTS] = { 0.9510565400, 0.3090170026, 0.0000000000, 0.8090170026, 0.5877852440, 0.0000000000, 0.5877852440, 0.8090170026, 0.0000000000, 0.3090169728, 0.9510565400, 0.0000000000, -0.0000000437, 1.0000000000, 0.0000000000, -0.3090170324, 0.9510564804, 0.0000000000, -0.5877851844, 0.8090170026, 0.0000000000, -0.8090170622, 0.5877851844, 0.0000000000, -0.9510565996, 0.3090167940, 0.0000000000, -1.0000000000, -0.0000000874, 0.0000000000, -0.9510564208, -0.3090172112, 0.0000000000, -0.8090169430, -0.5877853632, 0.0000000000, -0.5877850652, -0.8090171218, 0.0000000000, -0.3090170920, -0.9510564804, 0.0000000000, 0.0000000119, -1.0000000000, 0.0000000000, 0.3090171218, -0.9510564804, 0.0000000000, 0.5877854824, -0.8090168238, 0.0000000000, 0.8090172410, -0.5877849460, 0.0000000000, 0.9510565400, -0.3090169430, 0.0000000000, 1.0000000000, 0.0000000000, 0.0000000000 }; static Triangle triangles[] = { 0, 1, 2, 0, 2, 3, 0, 3, 4, 0, 4, 5, 0, 5, 6, 0, 6, 7, 0, 7, 8, 0, 8, 9, 0, 9, 10, 0, 10, 11, 0, 11, 12, 0, 12, 13, 0, 13, 14, 0, 14, 15, 0, 15, 16, 0, 16, 17, 0, 17, 18, 0, 18, 19 };