home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
bin
/
sweep_next
/
sweep.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-07-07
|
198 b
|
9 lines
#ifndef SWEEP
#define SWEEP
Geom *TranslationSweep(float length, Point3 *p, Geom *g);
Geom *RotationSweep(float angle, Point3 *end, Point3 *axis,
int divisions, Geom *g);
#endif /* SWEEP */