[comp.lang.postscript] PostScript code for B-splines?

smithda@cpsvax.cps.msu.edu (J. Daniel Smith) (05/17/89)

Does anyone have PostScript code for producing B-Splines?  What I
would like is a PostScript routine to which I can pass a list of (x,y)
values.  The routine would then draw a B-Spline using these values.

Here is a start :-) :-)
/b-spline {... the PostScript code you will post/send to me ...} def

1.0 2.0 2.0 3.0 3.0 4.0 b-spline   
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9 10.10 b-spline
showpage

Thanks for any and all help.
    Dan

=========================================================================
J. Daniel Smith                      Internet: smithda@cpsvax.cps.msu.edu
Michigan State University              BITNET: smithdan@msuegr

In language, clarity is everything.
              - Confucius
=========================================================================