/***********************************************************************/ /* 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 CIRCLE4PTS 4 #define CIRCLE4TRS 2 static Point points[CIRCLE4PTS] = { -0.0000000437, 1.0000000000, 0.0000000000, -1.0000000000, -0.0000000874, 0.0000000000, 0.0000000119, -1.0000000000, 0.0000000000, 1.0000000000, 0.0000000000, 0.0000000000 }; static Triangle triangles[] = { 0, 1, 2, 0, 2, 3 };