home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
graphics
/
raytracing
/
shelly12.lha
/
shelly
/
shelly.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
C/C++ Source or Header
|
1994-01-17
|
329 b
|
23 lines
/* Header for Shelly - the famous ShellShapeGenerator */
#define POV 1
#define RPL 2
#define T3D 3
struct punkt
{
struct punkt *next;
double x,y,z;
};
struct ShellyArguments
{
double alpha,beta,phi,my,omega,omin,omax,smin,smax,A,a,b,P,W1,W2,N,L;
double od, sd;
int output;
};
#define pi 3.141592654
#define laenge 255