home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
misc
/
sci
/
splines
/
proto
/
bspline_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-16
|
331 b
|
14 lines
/* Prototypes for functions defined in
bspline.c
*/
void Draw_Natural_Bspline(WINDOW * w,
DLISTPTR control_points);
void Draw_TripleKnot_Bspline(WINDOW * w,
DLISTPTR control_points);
void Draw_Closed_Bspline(WINDOW * w,
DLISTPTR control_points);