/***********************************************************************/
/* 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 CIRCLE40PTS 40 
#define CIRCLE40TRS 38 
static Point points[CIRCLE40PTS] = {
   0.9876883626,      0.1564344764,      0.0000000000,
   0.9510565400,      0.3090170026,      0.0000000000,
   0.8910065293,      0.4539905190,      0.0000000000,
   0.8090170026,      0.5877852440,      0.0000000000,
   0.7071067691,      0.7071067691,      0.0000000000,
   0.5877852440,      0.8090170026,      0.0000000000,
   0.4539905190,      0.8910065293,      0.0000000000,
   0.3090169728,      0.9510565400,      0.0000000000,
   0.1564343721,      0.9876883626,      0.0000000000,
  -0.0000000437,      1.0000000000,      0.0000000000,
  -0.1564345658,      0.9876883030,      0.0000000000,
  -0.3090170324,      0.9510564804,      0.0000000000,
  -0.4539906085,      0.8910064697,      0.0000000000,
  -0.5877851844,      0.8090170026,      0.0000000000,
  -0.7071067691,      0.7071067691,      0.0000000000,
  -0.8090170622,      0.5877851844,      0.0000000000,
  -0.8910065889,      0.4539903700,      0.0000000000,
  -0.9510565996,      0.3090167940,      0.0000000000,
  -0.9876883626,      0.1564344466,      0.0000000000,
  -1.0000000000,     -0.0000000874,      0.0000000000,
  -0.9876883030,     -0.1564346105,      0.0000000000,
  -0.9510564208,     -0.3090172112,      0.0000000000,
  -0.8910065293,     -0.4539905488,      0.0000000000,
  -0.8090169430,     -0.5877853632,      0.0000000000,
  -0.7071066499,     -0.7071068883,      0.0000000000,
  -0.5877850652,     -0.8090171218,      0.0000000000,
  -0.4539902210,     -0.8910066485,      0.0000000000,
  -0.3090170920,     -0.9510564804,      0.0000000000,
  -0.1564345211,     -0.9876883030,      0.0000000000,
   0.0000000119,     -1.0000000000,      0.0000000000,
   0.1564345360,     -0.9876883030,      0.0000000000,
   0.3090171218,     -0.9510564804,      0.0000000000,
   0.4539906681,     -0.8910064101,      0.0000000000,
   0.5877854824,     -0.8090168238,      0.0000000000,
   0.7071070075,     -0.7071065307,      0.0000000000,
   0.8090172410,     -0.5877849460,      0.0000000000,
   0.8910065293,     -0.4539905190,      0.0000000000,
   0.9510565400,     -0.3090169430,      0.0000000000,
   0.9876883626,     -0.1564343572,      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, 
    0,    19,    20, 
    0,    20,    21, 
    0,    21,    22, 
    0,    22,    23, 
    0,    23,    24, 
    0,    24,    25, 
    0,    25,    26, 
    0,    26,    27, 
    0,    27,    28, 
    0,    28,    29, 
    0,    29,    30, 
    0,    30,    31, 
    0,    31,    32, 
    0,    32,    33, 
    0,    33,    34, 
    0,    34,    35, 
    0,    35,    36, 
    0,    36,    37, 
    0,    37,    38, 
    0,    38,    39 
};
