home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
include
/
plutil.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
|
242 b
|
15 lines
/*
* plutil.h
* author: Celeste Fowler
* date: June 12, 1992
*/
#ifndef PLUTIL_H
#define PLUTIL_H
Geom *PLCombine(Geom *a1, Geom *b1);
Geom *AnyToPL(Geom *old, Transform T);
Geom *PLConsol(Geom *g, float prec);
#endif /* PLUTIL_H */