home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7451 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.0 KB  |  29 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!mcsun!news.funet.fi!ousrvr.oulu.fi!tko.vtt.fi!jke
  3. From: jke@tko.vtt.fi (Kemppainen Jukka)
  4. Subject: Wanted: TP/BP code for spline or bezier
  5. Message-ID: <jke.724331421@tko.vtt.fi>
  6. Keywords: bezier spline curve fit
  7. Sender: news@ousrvr.oulu.fi
  8. Organization: University of Oulu
  9. Date: Mon, 14 Dec 1992 11:10:21 GMT
  10. Lines: 17
  11.  
  12. I would like to receive TP/BP code (or pointers to correct ftp
  13. machines) for spline or bezier curves:
  14. - I would like to convert any polyline to a smooth version of it
  15.  
  16. I have bought Turbo Graphics Toolbox a couple of years ago and 
  17. it contains one version of spline and bezier curves, but they
  18. are suitable for creating smooth version of measument data
  19. (the x-coordinates of control points list must be an increasing order:
  20.  (0.1;...) (0.2;...) ... (1.0;....)  )
  21. -> I can NOT use them if control points are for example points of
  22.   hand draw curve (= x-coordinates of the control point list can be
  23.   in any order)
  24.  
  25. Greetings,
  26.  
  27. Jukka Kemppainen
  28. jke@tko.vtt.fi
  29.