home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
include
/
bdy.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-20
|
149 b
|
13 lines
/*
* bdy.h
* author: Celeste Fowler
* date: June 12, 1992
*/
#ifndef BDY_H
#define BDY_H
Geom *Bdy(Geom *g, float prec);
#endif /* BDY_H */