home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Altsys Virtuoso 2.0K
/
virtuoso_20k.iso
/
DemoApps
/
Graphics
/
2D_3D
/
Tester3D
/
Source
/
3D.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1990-07-04
|
226 b
|
10 lines
/* 3D.h */
/* This file (3D.h) declares the vector3D type. This is not an
object so that operations on it and storage etc. can be as flexible
and direct as possible. */
typedef struct vector3D {
float x,y,z;
} vector3D;