home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / Vyzkuste / tsimagmp / TSIMAP2.EXE / Media / Polygons / Triangle.pol < prev    next >
Text File  |  2000-01-17  |  234b  |  12 lines

  1.  
  2. // All class names MUST begin with @
  3. // This file decribes a square in cartesian coordinates
  4.  
  5. // Left pointing triangle
  6.  
  7. @polygon    
  8.     { 
  9.     @coordinate_system { CARTESIAN }, // Default mode is cartesian
  10.     -10,0,10,10,10,-10
  11.     }
  12.