home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Altsys Virtuoso 2.0K
/
virtuoso_20k.iso
/
DemoApps
/
Graphics
/
Viewers
/
raytracers
/
rpi
/
Source
/
vector.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1991-10-08
|
263 b
|
19 lines
/*
* (c) 1988 by George Kyriazis
*/
/*
* definitions for the vector routines used in other files
*/
struct vector vadd();
struct vector vsub();
struct vector vneg();
struct vector svproduct();
double vdot();
struct vector vcross();
struct vector norm();