home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6373 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.3 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!news.funet.fi!polaris!roisto.utu.fi!rvirta
  2. From: rvirta@utu.fi (Risto Virtanen)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: Vector Graphics
  5. Message-ID: <1992Nov6.110901.25015@polaris.utu.fi>
  6. Date: 6 Nov 92 11:09:01 GMT
  7. References: <2748.2AF96544@catpe.alt.za>
  8. Sender: news@polaris.utu.fi (Usenet News admin)
  9. Organization: Turku School of Economics
  10. Lines: 15
  11. X-Xxmessage-Id: <A7202EC97801047F@roisto.utu.fi>
  12. X-Xxdate: Fri, 6 Nov 92 12:16:41 GMT
  13. X-Useragent: Nuntius v1.1.1d9
  14.  
  15. In article <2748.2AF96544@catpe.alt.za> Shane Greyvenstein,
  16. Shane.Greyvenstein@f61.n7101.z5.fidonet.org writes: >
  17. Could anybody perhaps explain the term 'Vector Graphics' in a bit more
  18. detail. 
  19. It's generally used as opposed to bitmap graphics where a picture is just 
  20. an array of pixels which are on or off for B/W screens or bytes for color
  21. screens.
  22. They are used typically in paint applications; the most famous of them was
  23. MacPaint from 1984.
  24. In vector graphics the picture is defined by it's geometric properties:
  25. endpoint coordinates of a line, corners of rectangle, center and radius of
  26. circle etc. These are used in draw applications like MacDraw and others...
  27. Just basics nothing advanced in term 'vector graphics'...
  28.  
  29. Roisto
  30.